| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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.WithAttach<ParentT> |
NetworkSecurityRule.DefinitionStages.WithProtocol.withAnyProtocol()
Makes this rule apply to any supported protocol.
|
NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> |
NetworkSecurityRule.DefinitionStages.WithDescription.withDescription(String description)
Specifies a description for this security rule.
|
NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> |
NetworkSecurityRule.DefinitionStages.WithPriority.withPriority(int priority)
Specifies the priority to assign to this rule.
|
NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> |
NetworkSecurityRule.DefinitionStages.WithProtocol.withProtocol(SecurityRuleProtocol protocol)
Specifies the protocol that this rule applies to.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.