| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkSecurityRule.UpdateDefinition<ParentT>
The entirety of a network security rule definition as part of a network security group update.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup.toAddress(String cidr)
Specifies the traffic destination address range to which this rule applies.
|
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup.toAddresses(String... addresses)
Specifies the traffic destination address prefixes to which this rule applies.
|
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup.toAnyAddress()
Makes the rule apply to any traffic destination address.
|
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup.withDestinationApplicationSecurityGroup(String id)
Sets the application security group specified as destination.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.