ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface NetworkSecurityRule.DefinitionStages.WithDirectionAccess<ParentT>
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> |
allowInbound()
Allows inbound traffic.
|
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> |
allowOutbound()
Allows outbound traffic.
|
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> |
denyInbound()
Blocks inbound traffic.
|
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> |
denyOutbound()
Blocks outbound traffic.
|
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> allowInbound()
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> allowOutbound()
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> denyInbound()
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> denyOutbound()
Copyright © 2021 Microsoft Corporation. All rights reserved.