public static interface NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.Update |
toAddress(String cidr)
Specifies the traffic destination address range to which this rule applies.
|
NetworkSecurityRule.Update |
toAddresses(String... addresses)
Specifies the traffic destination address prefixes to which this rule applies.
|
NetworkSecurityRule.Update |
toAnyAddress()
Makes the rule apply to any traffic destination address.
|
NetworkSecurityRule.Update |
withDestinationApplicationSecurityGroup(String id)
Sets the application security group specified as destination.
|
NetworkSecurityRule.Update |
withoutDestinationApplicationSecurityGroup(String id)
Removes the application security group specified as destination.
|
NetworkSecurityRule.Update toAddress(String cidr)
cidr - an IP address range expressed in the CIDR notationNetworkSecurityRule.Update toAnyAddress()
NetworkSecurityRule.Update toAddresses(String... addresses)
addresses - IP address prefixes in CIDR notation or IP addressesNetworkSecurityRule.Update withDestinationApplicationSecurityGroup(String id)
id - application security group idNetworkSecurityRule.Update withoutDestinationApplicationSecurityGroup(String id)
id - application security group idCopyright © 2021 Microsoft Corporation. All rights reserved.