Class NetworkSecurityGroupResult
java.lang.Object
com.microsoft.azure.management.network.NetworkSecurityGroupResult
Network configuration diagnostic result corresponded provided traffic query.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet list of results network security groups diagnostic.Get the network traffic is allowed or denied.withSecurityRuleAccessResult
(SecurityRuleAccess securityRuleAccessResult) Set the network traffic is allowed or denied.
-
Constructor Details
-
NetworkSecurityGroupResult
public NetworkSecurityGroupResult()
-
-
Method Details
-
securityRuleAccessResult
Get the network traffic is allowed or denied. Possible values include: 'Allow', 'Deny'.- Returns:
- the securityRuleAccessResult value
-
withSecurityRuleAccessResult
public NetworkSecurityGroupResult withSecurityRuleAccessResult(SecurityRuleAccess securityRuleAccessResult) Set the network traffic is allowed or denied. Possible values include: 'Allow', 'Deny'.- Parameters:
securityRuleAccessResult
- the securityRuleAccessResult value to set- Returns:
- the NetworkSecurityGroupResult object itself.
-
evaluatedNetworkSecurityGroups
Get list of results network security groups diagnostic.- Returns:
- the evaluatedNetworkSecurityGroups value
-