Uses of Interface
com.microsoft.azure.management.network.NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort
-
Packages that use NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort in com.microsoft.azure.management.network
Subinterfaces of NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceNetworkSecurityRule.UpdateDefinition<ParentT>The entirety of a network security rule definition as part of a network security group update.Methods in com.microsoft.azure.management.network that return NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort Modifier and Type Method Description 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.
-