| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleAccess |
SecurityRuleInner.access()
Get the access property: The network traffic is allowed or denied.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleInner |
SecurityRuleInner.withAccess(SecurityRuleAccess access)
Set the access property: The network traffic is allowed or denied.
|
| 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 property: Whether network traffic is allowed or denied.
|
SecurityRuleAccess |
NetworkSecurityRule.access() |
static SecurityRuleAccess |
SecurityRuleAccess.fromString(String name)
Creates or finds a SecurityRuleAccess from its string representation.
|
SecurityRuleAccess |
NetworkSecurityGroupResult.securityRuleAccessResult()
Get the securityRuleAccessResult property: The network traffic is allowed or denied.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withAccess(SecurityRuleAccess access)
Set the access property: Whether network traffic is allowed or denied.
|
NetworkSecurityGroupResult |
NetworkSecurityGroupResult.withSecurityRuleAccessResult(SecurityRuleAccess securityRuleAccessResult)
Set the securityRuleAccessResult property: The network traffic is allowed or denied.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.