public final class VerificationIpFlowResultInner extends Object
| Constructor and Description |
|---|
VerificationIpFlowResultInner() |
| Modifier and Type | Method and Description |
|---|---|
Access |
access()
Get the access property: Indicates whether the traffic is allowed or denied.
|
String |
ruleName()
Get the ruleName property: Name of the rule.
|
void |
validate()
Validates the instance.
|
VerificationIpFlowResultInner |
withAccess(Access access)
Set the access property: Indicates whether the traffic is allowed or denied.
|
VerificationIpFlowResultInner |
withRuleName(String ruleName)
Set the ruleName property: Name of the rule.
|
public Access access()
public VerificationIpFlowResultInner withAccess(Access access)
access - the access value to set.public String ruleName()
public VerificationIpFlowResultInner withRuleName(String ruleName)
ruleName - the ruleName value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.