Uses of Interface
com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup
-
Packages that use NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup in com.microsoft.azure.management.network
Subinterfaces of NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup 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.WithSourceAddressOrSecurityGroup Modifier and Type Method Description NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>NetworkSecurityRule.DefinitionStages.WithDirectionAccess. allowInbound()Allows inbound traffic.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>NetworkSecurityRule.DefinitionStages.WithDirectionAccess. allowOutbound()Allows outbound traffic.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>NetworkSecurityRule.DefinitionStages.WithDirectionAccess. denyInbound()Blocks inbound traffic.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>NetworkSecurityRule.DefinitionStages.WithDirectionAccess. denyOutbound()Blocks outbound traffic.
-