| 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.WithAttach<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithProtocol.withAnyProtocol()
Makes this rule apply to any supported protocol.
|
NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithAttach.withDescription(String descrtiption)
Specifies a description for this security rule.
|
NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithAttach.withPriority(int priority)
Specifies the priority to assign to this rule.
|
NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT> |
NetworkSecurityRule.UpdateDefinitionStages.WithProtocol.withProtocol(SecurityRuleProtocol protocol)
Specifies the protocol that this rule applies to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/