public final class NetworkSecurityGroupResult extends Object
| Constructor and Description |
|---|
NetworkSecurityGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluatedNetworkSecurityGroup> |
evaluatedNetworkSecurityGroups()
Get the evaluatedNetworkSecurityGroups property: List of results network security groups diagnostic.
|
SecurityRuleAccess |
securityRuleAccessResult()
Get the securityRuleAccessResult property: The network traffic is allowed or denied.
|
void |
validate()
Validates the instance.
|
NetworkSecurityGroupResult |
withSecurityRuleAccessResult(SecurityRuleAccess securityRuleAccessResult)
Set the securityRuleAccessResult property: The network traffic is allowed or denied.
|
public SecurityRuleAccess securityRuleAccessResult()
public NetworkSecurityGroupResult withSecurityRuleAccessResult(SecurityRuleAccess securityRuleAccessResult)
securityRuleAccessResult - the securityRuleAccessResult value to set.public List<EvaluatedNetworkSecurityGroup> evaluatedNetworkSecurityGroups()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.