NetworkSecurityGroupResult Class

  • java.lang.Object
    • com.microsoft.azure.management.network.NetworkSecurityGroupResult

public class NetworkSecurityGroupResult

Network configuration diagnostic result corresponded provided traffic query.

Constructor Summary

Constructor Description
NetworkSecurityGroupResult()

Method Summary

Modifier and Type Method and Description
java.util.List<EvaluatedNetworkSecurityGroup> evaluatedNetworkSecurityGroups()

Get list of results network security groups diagnostic.

SecurityRuleAccess securityRuleAccessResult()

Get the network traffic is allowed or denied.

NetworkSecurityGroupResult withSecurityRuleAccessResult(SecurityRuleAccess securityRuleAccessResult)

Set the network traffic is allowed or denied.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NetworkSecurityGroupResult

public NetworkSecurityGroupResult()

Method Details

evaluatedNetworkSecurityGroups

public List evaluatedNetworkSecurityGroups()

Get list of results network security groups diagnostic.

Returns:

the evaluatedNetworkSecurityGroups value

securityRuleAccessResult

public SecurityRuleAccess 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.

Applies to