Uses of Interface
com.azure.resourcemanager.network.models.NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup in com.azure.resourcemanager.network.models
Subinterfaces of NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceNetworkSecurityRule.Definition<ParentT>The entirety of a network security rule definition.Methods in com.azure.resourcemanager.network.models that return NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroupModifier and TypeMethodDescriptionNetworkSecurityRule.DefinitionStages.WithSourcePort.fromAnyPort()Makes this rule apply to any source port.NetworkSecurityRule.DefinitionStages.WithSourcePort.fromPort(int port) Specifies the source port to which this rule applies.NetworkSecurityRule.DefinitionStages.WithSourcePort.fromPortRange(int from, int to) Specifies the source port range to which this rule applies.NetworkSecurityRule.DefinitionStages.WithSourcePort.fromPortRanges(String... ranges) Specifies the source port ranges to which this rule applies.