Class NetworkSecurityGroupResult
java.lang.Object
com.azure.resourcemanager.network.models.NetworkSecurityGroupResult
Network configuration diagnostic result corresponded provided traffic query.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkSecurityGroupResult class. -
Method Summary
Modifier and TypeMethodDescriptionGet the evaluatedNetworkSecurityGroups property: List of results network security groups diagnostic.Get the securityRuleAccessResult property: The network traffic is allowed or denied.voidvalidate()Validates the instance.withSecurityRuleAccessResult(SecurityRuleAccess securityRuleAccessResult) Set the securityRuleAccessResult property: The network traffic is allowed or denied.
-
Constructor Details
-
NetworkSecurityGroupResult
public NetworkSecurityGroupResult()Creates an instance of NetworkSecurityGroupResult class.
-
-
Method Details
-
securityRuleAccessResult
Get the securityRuleAccessResult property: The network traffic is allowed or denied.- Returns:
- the securityRuleAccessResult value.
-
withSecurityRuleAccessResult
public NetworkSecurityGroupResult withSecurityRuleAccessResult(SecurityRuleAccess securityRuleAccessResult) Set the securityRuleAccessResult property: The network traffic is allowed or denied.- Parameters:
securityRuleAccessResult- the securityRuleAccessResult value to set.- Returns:
- the NetworkSecurityGroupResult object itself.
-
evaluatedNetworkSecurityGroups
Get the evaluatedNetworkSecurityGroups property: List of results network security groups diagnostic.- Returns:
- the evaluatedNetworkSecurityGroups value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-