Uses of Interface
com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithSourcePort
-
Packages that use NetworkSecurityRule.DefinitionStages.WithSourcePort Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NetworkSecurityRule.DefinitionStages.WithSourcePort in com.microsoft.azure.management.network
Subinterfaces of NetworkSecurityRule.DefinitionStages.WithSourcePort 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.WithSourcePort Modifier and Type Method Description NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT>NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup. fromAddress(String cidr)Specifies the traffic source address prefix to which this rule applies.NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT>NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup. fromAddresses(String... addresses)Specifies the traffic source address prefixes to which this rule applies.NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT>NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup. fromAnyAddress()Specifies that the rule applies to any traffic source address.NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT>NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup. withSourceApplicationSecurityGroup(String id)Sets the application security group specified as source.
-