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