| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleInner |
SecurityRulesClient.createOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
String securityRuleName,
SecurityRuleInner securityRuleParameters)
Creates or updates a security rule in the specified network security group.
|
SecurityRuleInner |
SecurityRulesClient.createOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
String securityRuleName,
SecurityRuleInner securityRuleParameters,
com.azure.core.util.Context context)
Creates or updates a security rule in the specified network security group.
|
SecurityRuleInner |
SecurityRulesClient.get(String resourceGroupName,
String networkSecurityGroupName,
String securityRuleName)
Get the specified network security rule.
|
SecurityRuleInner |
DefaultSecurityRulesClient.get(String resourceGroupName,
String networkSecurityGroupName,
String defaultSecurityRuleName)
Get the specified default network security rule.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityRuleInner>,SecurityRuleInner> |
SecurityRulesClient.beginCreateOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
String securityRuleName,
SecurityRuleInner securityRuleParameters)
Creates or updates a security rule in the specified network security group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityRuleInner>,SecurityRuleInner> |
SecurityRulesClient.beginCreateOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
String securityRuleName,
SecurityRuleInner securityRuleParameters,
com.azure.core.util.Context context)
Creates or updates a security rule in the specified network security group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SecurityRuleInner>,SecurityRuleInner> |
SecurityRulesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String networkSecurityGroupName,
String securityRuleName,
SecurityRuleInner securityRuleParameters)
Creates or updates a security rule in the specified network security group.
|
SecurityRuleInner |
SecurityRulesClient.createOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
String securityRuleName,
SecurityRuleInner securityRuleParameters)
Creates or updates a security rule in the specified network security group.
|
SecurityRuleInner |
SecurityRulesClient.createOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
String securityRuleName,
SecurityRuleInner securityRuleParameters,
com.azure.core.util.Context context)
Creates or updates a security rule in the specified network security group.
|
Mono<SecurityRuleInner> |
SecurityRulesClient.createOrUpdateAsync(String resourceGroupName,
String networkSecurityGroupName,
String securityRuleName,
SecurityRuleInner securityRuleParameters)
Creates or updates a security rule in the specified network security group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
SecurityRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String networkSecurityGroupName,
String securityRuleName,
SecurityRuleInner securityRuleParameters)
Creates or updates a security rule in the specified network security group.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleInner |
SecurityRuleInner.withAccess(SecurityRuleAccess access)
Set the access property: The network traffic is allowed or denied.
|
SecurityRuleInner |
SecurityRuleInner.withDescription(String description)
Set the description property: A description for this rule.
|
SecurityRuleInner |
SecurityRuleInner.withDestinationAddressPrefix(String destinationAddressPrefix)
Set the destinationAddressPrefix property: The destination address prefix.
|
SecurityRuleInner |
SecurityRuleInner.withDestinationAddressPrefixes(List<String> destinationAddressPrefixes)
Set the destinationAddressPrefixes property: The destination address prefixes.
|
SecurityRuleInner |
SecurityRuleInner.withDestinationApplicationSecurityGroups(List<ApplicationSecurityGroupInner> destinationApplicationSecurityGroups)
Set the destinationApplicationSecurityGroups property: The application security group specified as destination.
|
SecurityRuleInner |
SecurityRuleInner.withDestinationPortRange(String destinationPortRange)
Set the destinationPortRange property: The destination port or range.
|
SecurityRuleInner |
SecurityRuleInner.withDestinationPortRanges(List<String> destinationPortRanges)
Set the destinationPortRanges property: The destination port ranges.
|
SecurityRuleInner |
SecurityRuleInner.withDirection(SecurityRuleDirection direction)
Set the direction property: The direction of the rule.
|
SecurityRuleInner |
SecurityRuleInner.withId(String id) |
SecurityRuleInner |
SecurityRuleInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
SecurityRuleInner |
SecurityRuleInner.withPriority(Integer priority)
Set the priority property: The priority of the rule.
|
SecurityRuleInner |
SecurityRuleInner.withProtocol(SecurityRuleProtocol protocol)
Set the protocol property: Network protocol this rule applies to.
|
SecurityRuleInner |
SecurityRuleInner.withSourceAddressPrefix(String sourceAddressPrefix)
Set the sourceAddressPrefix property: The CIDR or source IP range.
|
SecurityRuleInner |
SecurityRuleInner.withSourceAddressPrefixes(List<String> sourceAddressPrefixes)
Set the sourceAddressPrefixes property: The CIDR or source IP ranges.
|
SecurityRuleInner |
SecurityRuleInner.withSourceApplicationSecurityGroups(List<ApplicationSecurityGroupInner> sourceApplicationSecurityGroups)
Set the sourceApplicationSecurityGroups property: The application security group specified as source.
|
SecurityRuleInner |
SecurityRuleInner.withSourcePortRange(String sourcePortRange)
Set the sourcePortRange property: The source port or range.
|
SecurityRuleInner |
SecurityRuleInner.withSourcePortRanges(List<String> sourcePortRanges)
Set the sourcePortRanges property: The source port ranges.
|
SecurityRuleInner |
SecurityRuleInner.withType(String type)
Set the type property: The type of the resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.