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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/