public static interface NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.Update |
fromAddress(String cidr)
Specifies the traffic source address prefix to which this rule applies.
|
NetworkSecurityRule.Update |
fromAddresses(String... addresses)
Specifies the traffic source address prefixes to which this rule applies.
|
NetworkSecurityRule.Update |
fromAnyAddress()
Specifies that the rule applies to any traffic source address.
|
NetworkSecurityRule.Update |
withSourceApplicationSecurityGroup(String id)
Sets the application security group specified as source.
|
NetworkSecurityRule.Update fromAddress(String cidr)
cidr - an IP address prefix expressed in the CIDR notationNetworkSecurityRule.Update fromAddresses(String... addresses)
addresses - IP address prefixes in CIDR notation or IP addressesNetworkSecurityRule.Update fromAnyAddress()
NetworkSecurityRule.Update withSourceApplicationSecurityGroup(String id)
id - application security group idCopyright © 2020 Microsoft Corporation. All rights reserved.