Uses of Interface
com.azure.resourcemanager.network.models.NetworkSecurityRule.UpdateDefinitionStages.WithProtocol
Packages that use NetworkSecurityRule.UpdateDefinitionStages.WithProtocol
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic 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.WithProtocolModifier and TypeMethodDescriptionNetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort.toAnyPort()Makes this rule apply to any destination port.NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort.toPort(int port) Specifies the destination port to which this rule applies.NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort.toPortRange(int from, int to) Specifies the destination port range to which this rule applies.NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort.toPortRanges(String... ranges) Specifies the destination port ranges to which this rule applies.