NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup.fromAddress(String cidr) |
Specifies the traffic source address prefix to which this rule applies.
|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup.fromAddresses(String... addresses) |
Specifies the traffic source address prefixes to which this rule applies.
|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup.fromAnyAddress() |
Specifies that the rule applies to any traffic source address.
|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup.withSourceApplicationSecurityGroup(String id) |
Sets the application security group specified as source.
|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup.withSourceApplicationSecurityGroup(String... ids) |
Sets the application security group specified as source.
|