Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static SecurityRuleAccess |
SecurityRuleAccess.ALLOW
Static value Allow for SecurityRuleAccess.
|
static SecurityRuleAccess |
SecurityRuleAccess.DENY
Static value Deny for SecurityRuleAccess.
|
Modifier and Type | Method and Description |
---|---|
SecurityRuleAccess |
EffectiveNetworkSecurityRule.access()
Get the access value.
|
SecurityRuleAccess |
NetworkSecurityRule.access() |
static SecurityRuleAccess |
SecurityRuleAccess.fromString(String name)
Creates or finds a SecurityRuleAccess from its string representation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<SecurityRuleAccess> |
SecurityRuleAccess.values() |
Modifier and Type | Method and Description |
---|---|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withAccess(SecurityRuleAccess access)
Set the access value.
|
Copyright © 2019. All rights reserved.