| 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.WithSourcePort<ParentT> |
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup.fromAddress(String cidr)
Specifies the traffic source address prefix to which this rule applies.
|
NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT> |
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup.fromAddresses(String... addresses)
Specifies the traffic source address prefixes to which this rule applies.
|
NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT> |
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup.fromAnyAddress()
Specifies that the rule applies to any traffic source address.
|
NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT> |
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup.withSourceApplicationSecurityGroup(String id)
Sets the application security group specified as source.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/