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