ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
fromAddress(String cidr)
Specifies the traffic source address prefix to which this rule applies.
|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
fromAddresses(String... addresses)
Specifies the traffic source address prefixes to which this rule applies.
|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
fromAnyAddress()
Specifies that the rule applies to any traffic source address.
|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
withSourceApplicationSecurityGroup(String... ids)
Sets the application security group specified as source.
|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
withSourceApplicationSecurityGroup(String id)
Sets the application security group specified as source.
|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> fromAddress(String cidr)
cidr - an IP address prefix expressed in the CIDR notationNetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> fromAddresses(String... addresses)
addresses - IP address prefixes in CIDR notation or IP addressesNetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> fromAnyAddress()
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> withSourceApplicationSecurityGroup(String id)
id - application security group idNetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> withSourceApplicationSecurityGroup(String... ids)
ids - the collection of application security group IDCopyright © 2021 Microsoft Corporation. All rights reserved.