Uses of Interface
com.azure.resourcemanager.network.models.NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup in com.azure.resourcemanager.network.models
Subinterfaces of NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup 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.WithDestinationAddressOrSecurityGroupModifier and TypeMethodDescriptionNetworkSecurityRule.UpdateDefinitionStages.WithSourcePort.fromAnyPort()Makes this rule apply to any source port.NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort.fromPort(int port) Specifies the source port to which this rule applies.NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort.fromPortRange(int from, int to) Specifies the source port range to which this rule applies.NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort.fromPortRanges(String... ranges) Specifies the source port ranges to which this rule applies.