Uses of Interface
com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup
-
Packages that use NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup in com.microsoft.azure.management.network
Subinterfaces of NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceNetworkSecurityRule.Definition<ParentT>The entirety of a network security rule definition.Methods in com.microsoft.azure.management.network that return NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup Modifier and Type Method Description NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup<ParentT>NetworkSecurityRule.DefinitionStages.WithSourcePort. fromAnyPort()Makes this rule apply to any source port.NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup<ParentT>NetworkSecurityRule.DefinitionStages.WithSourcePort. fromPort(int port)Specifies the source port to which this rule applies.NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup<ParentT>NetworkSecurityRule.DefinitionStages.WithSourcePort. fromPortRange(int from, int to)Specifies the source port range to which this rule applies.NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup<ParentT>NetworkSecurityRule.DefinitionStages.WithSourcePort. fromPortRanges(String... ranges)Specifies the source port ranges to which this rule applies.
-