Uses of Interface
com.azure.resourcemanager.network.models.NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup
-
Packages that use NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup in com.azure.resourcemanager.network.models
Subinterfaces of NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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.
-