Class NetworkConfigurationDiagnosticResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.NetworkConfigurationDiagnosticResult
-
public final class NetworkConfigurationDiagnosticResult extends Object
Network configuration diagnostic result corresponded to provided traffic query.
-
-
Constructor Summary
Constructors Constructor Description NetworkConfigurationDiagnosticResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkSecurityGroupResultnetworkSecurityGroupResult()Get the networkSecurityGroupResult property: Network security group result.NetworkConfigurationDiagnosticProfileprofile()Get the profile property: Network configuration diagnostic profile.voidvalidate()Validates the instance.NetworkConfigurationDiagnosticResultwithNetworkSecurityGroupResult(NetworkSecurityGroupResult networkSecurityGroupResult)Set the networkSecurityGroupResult property: Network security group result.NetworkConfigurationDiagnosticResultwithProfile(NetworkConfigurationDiagnosticProfile profile)Set the profile property: Network configuration diagnostic profile.
-
-
-
Method Detail
-
profile
public NetworkConfigurationDiagnosticProfile profile()
Get the profile property: Network configuration diagnostic profile.- Returns:
- the profile value.
-
withProfile
public NetworkConfigurationDiagnosticResult withProfile(NetworkConfigurationDiagnosticProfile profile)
Set the profile property: Network configuration diagnostic profile.- Parameters:
profile- the profile value to set.- Returns:
- the NetworkConfigurationDiagnosticResult object itself.
-
networkSecurityGroupResult
public NetworkSecurityGroupResult networkSecurityGroupResult()
Get the networkSecurityGroupResult property: Network security group result.- Returns:
- the networkSecurityGroupResult value.
-
withNetworkSecurityGroupResult
public NetworkConfigurationDiagnosticResult withNetworkSecurityGroupResult(NetworkSecurityGroupResult networkSecurityGroupResult)
Set the networkSecurityGroupResult property: Network security group result.- Parameters:
networkSecurityGroupResult- the networkSecurityGroupResult value to set.- Returns:
- the NetworkConfigurationDiagnosticResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-