| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkSecurityRule.UpdateDefinition<ParentT>
The entirety of a network security rule definition as part of a network security group update.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddress<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort.fromAnyPort()
Makes this rule apply to any source port.
|
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddress<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort.fromPort(int port)
Specifies the source port to which this rule applies.
|
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddress<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort.fromPortRange(int from,
int to)
Specifies the source port range to which this rule applies.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/