Uses of Interface
com.microsoft.azure.management.network.NetworkSecurityRule.UpdateDefinitionStages.WithProtocol
-
Packages that use NetworkSecurityRule.UpdateDefinitionStages.WithProtocol Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NetworkSecurityRule.UpdateDefinitionStages.WithProtocol in com.microsoft.azure.management.network
Subinterfaces of NetworkSecurityRule.UpdateDefinitionStages.WithProtocol 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.WithProtocol Modifier and Type Method Description NetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort. toAnyPort()Makes this rule apply to any destination port.NetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort. toPort(int port)Specifies the destination port to which this rule applies.NetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort. toPortRange(int from, int to)Specifies the destination port range to which this rule applies.NetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort. toPortRanges(String... ranges)Specifies the destination port ranges to which this rule applies.
-