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