| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static EffectiveSecurityRuleProtocol |
EffectiveSecurityRuleProtocol.ALL
Static value All for EffectiveSecurityRuleProtocol.
|
static EffectiveSecurityRuleProtocol |
EffectiveSecurityRuleProtocol.TCP
Static value Tcp for EffectiveSecurityRuleProtocol.
|
static EffectiveSecurityRuleProtocol |
EffectiveSecurityRuleProtocol.UDP
Static value Udp for EffectiveSecurityRuleProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
static EffectiveSecurityRuleProtocol |
EffectiveSecurityRuleProtocol.fromString(String name)
Creates or finds a EffectiveSecurityRuleProtocol from its string representation.
|
EffectiveSecurityRuleProtocol |
EffectiveNetworkSecurityRule.protocol()
Get the protocol property: The network protocol this rule applies to.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withProtocol(EffectiveSecurityRuleProtocol protocol)
Set the protocol property: The network protocol this rule applies to.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.