Class NetworkConfigurationDiagnosticResult
java.lang.Object
com.microsoft.azure.management.network.NetworkConfigurationDiagnosticResult
Network configuration diagnostic result corresponded to provided traffic
query.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet network security group result.profile()
Get network configuration diagnostic profile.withNetworkSecurityGroupResult
(NetworkSecurityGroupResult networkSecurityGroupResult) Set network security group result.Set network configuration diagnostic profile.
-
Constructor Details
-
NetworkConfigurationDiagnosticResult
public NetworkConfigurationDiagnosticResult()
-
-
Method Details
-
profile
Get network configuration diagnostic profile.- Returns:
- the profile value
-
withProfile
public NetworkConfigurationDiagnosticResult withProfile(NetworkConfigurationDiagnosticProfile profile) Set network configuration diagnostic profile.- Parameters:
profile
- the profile value to set- Returns:
- the NetworkConfigurationDiagnosticResult object itself.
-
networkSecurityGroupResult
Get network security group result.- Returns:
- the networkSecurityGroupResult value
-
withNetworkSecurityGroupResult
public NetworkConfigurationDiagnosticResult withNetworkSecurityGroupResult(NetworkSecurityGroupResult networkSecurityGroupResult) Set network security group result.- Parameters:
networkSecurityGroupResult
- the networkSecurityGroupResult value to set- Returns:
- the NetworkConfigurationDiagnosticResult object itself.
-