Uses of Interface
com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithProtocol
-
Packages that use NetworkSecurityRule.DefinitionStages.WithProtocol Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NetworkSecurityRule.DefinitionStages.WithProtocol in com.microsoft.azure.management.network
Subinterfaces of NetworkSecurityRule.DefinitionStages.WithProtocol in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceNetworkSecurityRule.Definition<ParentT>The entirety of a network security rule definition.Methods in com.microsoft.azure.management.network that return NetworkSecurityRule.DefinitionStages.WithProtocol Modifier and Type Method Description NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT>NetworkSecurityRule.DefinitionStages.WithDestinationPort. toAnyPort()Makes this rule apply to any destination port.NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT>NetworkSecurityRule.DefinitionStages.WithDestinationPort. toPort(int port)Specifies the destination port to which this rule applies.NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT>NetworkSecurityRule.DefinitionStages.WithDestinationPort. toPortRange(int from, int to)Specifies the destination port range to which this rule applies.NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT>NetworkSecurityRule.DefinitionStages.WithDestinationPort. toPortRanges(String... ranges)Specifies the destination port ranges to which this rule applies.
-