Uses of Interface
com.azure.resourcemanager.network.models.NetworkSecurityRule.UpdateDefinitionStages.WithProtocol
-
Packages that use NetworkSecurityRule.UpdateDefinitionStages.WithProtocol Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of NetworkSecurityRule.UpdateDefinitionStages.WithProtocol in com.azure.resourcemanager.network.models
Subinterfaces of NetworkSecurityRule.UpdateDefinitionStages.WithProtocol in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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.
-