Uses of Interface
com.microsoft.azure.management.network.NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort
-
Packages that use NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort in com.microsoft.azure.management.network
Subinterfaces of NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceNetworkSecurityRule.UpdateDefinition<ParentT>The entirety of a network security rule definition as part of a network security group update.Methods in com.microsoft.azure.management.network that return NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort Modifier and Type Method Description NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup. fromAddress(String cidr)Specifies the traffic source address prefix to which this rule applies.NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup. fromAddresses(String... addresses)Specifies the traffic source address prefixes to which this rule applies.NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup. fromAnyAddress()Specifies that the rule applies to any traffic source address.NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup. withSourceApplicationSecurityGroup(String id)Sets the application security group specified as source.
-