Uses of Interface
com.azure.resourcemanager.network.models.NetworkSecurityRule.DefinitionStages.WithSourcePort
Packages that use NetworkSecurityRule.DefinitionStages.WithSourcePort
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkSecurityRule.DefinitionStages.WithSourcePort in com.azure.resourcemanager.network.models
Subinterfaces of NetworkSecurityRule.DefinitionStages.WithSourcePort 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.WithSourcePortModifier and TypeMethodDescriptionNetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup.fromAddress(String cidr) Specifies the traffic source address prefix to which this rule applies.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup.fromAddresses(String... addresses) Specifies the traffic source address prefixes to which this rule applies.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup.fromAnyAddress()Specifies that the rule applies to any traffic source address.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup.withSourceApplicationSecurityGroup(String id) Sets the application security group specified as source.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup.withSourceApplicationSecurityGroup(String... ids) Sets the application security group specified as source.