NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup.toAddress(String cidr) |
Specifies the traffic destination address range to which this rule applies.
|
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup.toAddresses(String... addresses) |
Specifies the traffic destination address prefixes to which this rule applies.
|
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup.toAnyAddress() |
Makes the rule apply to any traffic destination address.
|
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup.withDestinationApplicationSecurityGroup(String id) |
Sets the application security group specified as destination.
|
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup.withDestinationApplicationSecurityGroup(String... ids) |
Sets the application security group specified as destination.
|