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