public interface DefaultSecurityRulesClient
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleInner |
get(String resourceGroupName,
String networkSecurityGroupName,
String defaultSecurityRuleName)
Get the specified default network security rule.
|
Mono<SecurityRuleInner> |
getAsync(String resourceGroupName,
String networkSecurityGroupName,
String defaultSecurityRuleName)
Get the specified default network security rule.
|
com.azure.core.http.rest.Response<SecurityRuleInner> |
getWithResponse(String resourceGroupName,
String networkSecurityGroupName,
String defaultSecurityRuleName,
com.azure.core.util.Context context)
Get the specified default network security rule.
|
Mono<com.azure.core.http.rest.Response<SecurityRuleInner>> |
getWithResponseAsync(String resourceGroupName,
String networkSecurityGroupName,
String defaultSecurityRuleName)
Get the specified default network security rule.
|
com.azure.core.http.rest.PagedIterable<SecurityRuleInner> |
list(String resourceGroupName,
String networkSecurityGroupName)
Gets all default security rules in a network security group.
|
com.azure.core.http.rest.PagedIterable<SecurityRuleInner> |
list(String resourceGroupName,
String networkSecurityGroupName,
com.azure.core.util.Context context)
Gets all default security rules in a network security group.
|
com.azure.core.http.rest.PagedFlux<SecurityRuleInner> |
listAsync(String resourceGroupName,
String networkSecurityGroupName)
Gets all default security rules in a network security group.
|
com.azure.core.http.rest.PagedFlux<SecurityRuleInner> listAsync(String resourceGroupName, String networkSecurityGroupName)
resourceGroupName - The name of the resource group.networkSecurityGroupName - The name of the network security group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SecurityRuleInner> list(String resourceGroupName, String networkSecurityGroupName)
resourceGroupName - The name of the resource group.networkSecurityGroupName - The name of the network security group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SecurityRuleInner> list(String resourceGroupName, String networkSecurityGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkSecurityGroupName - The name of the network security group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SecurityRuleInner>> getWithResponseAsync(String resourceGroupName, String networkSecurityGroupName, String defaultSecurityRuleName)
resourceGroupName - The name of the resource group.networkSecurityGroupName - The name of the network security group.defaultSecurityRuleName - The name of the default security rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SecurityRuleInner> getAsync(String resourceGroupName, String networkSecurityGroupName, String defaultSecurityRuleName)
resourceGroupName - The name of the resource group.networkSecurityGroupName - The name of the network security group.defaultSecurityRuleName - The name of the default security rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SecurityRuleInner get(String resourceGroupName, String networkSecurityGroupName, String defaultSecurityRuleName)
resourceGroupName - The name of the resource group.networkSecurityGroupName - The name of the network security group.defaultSecurityRuleName - The name of the default security rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SecurityRuleInner> getWithResponse(String resourceGroupName, String networkSecurityGroupName, String defaultSecurityRuleName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkSecurityGroupName - The name of the network security group.defaultSecurityRuleName - The name of the default security rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.