| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkSecurityRule.Definition<ParentT>
The entirety of a network security rule definition.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> |
NetworkSecurityRule.DefinitionStages.WithDirectionAccess.allowInbound()
Allows inbound traffic.
|
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> |
NetworkSecurityRule.DefinitionStages.WithDirectionAccess.allowOutbound()
Allows outbound traffic.
|
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> |
NetworkSecurityRule.DefinitionStages.WithDirectionAccess.denyInbound()
Blocks inbound traffic.
|
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> |
NetworkSecurityRule.DefinitionStages.WithDirectionAccess.denyOutbound()
Blocks outbound traffic.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/