| 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 |
|---|---|
Access |
VerificationIpFlowResultInner.access()
Get the access property: Indicates whether the traffic is allowed or denied.
|
Access |
RouteFilterRuleInner.access()
Get the access property: The access type of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
VerificationIpFlowResultInner |
VerificationIpFlowResultInner.withAccess(Access access)
Set the access property: Indicates whether the traffic is allowed or denied.
|
RouteFilterRuleInner |
RouteFilterRuleInner.withAccess(Access access)
Set the access property: The access type of the rule.
|
| Modifier and Type | Field and Description |
|---|---|
static Access |
Access.ALLOW
Static value Allow for Access.
|
static Access |
Access.DENY
Static value Deny for Access.
|
| Modifier and Type | Method and Description |
|---|---|
Access |
VerificationIPFlow.access()
Get the access value.
|
Access |
RouteFilterRule.access() |
static Access |
Access.fromString(String name)
Creates or finds a Access from its string representation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.