public final class NetworkConfigurationDiagnosticParameters extends Object
| Constructor and Description |
|---|
NetworkConfigurationDiagnosticParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkConfigurationDiagnosticProfile> |
profiles()
Get the profiles property: List of network configuration diagnostic profiles.
|
String |
targetResourceId()
Get the targetResourceId property: The ID of the target resource to perform network configuration diagnostic.
|
void |
validate()
Validates the instance.
|
VerbosityLevel |
verbosityLevel()
Get the verbosityLevel property: Verbosity level.
|
NetworkConfigurationDiagnosticParameters |
withProfiles(List<NetworkConfigurationDiagnosticProfile> profiles)
Set the profiles property: List of network configuration diagnostic profiles.
|
NetworkConfigurationDiagnosticParameters |
withTargetResourceId(String targetResourceId)
Set the targetResourceId property: The ID of the target resource to perform network configuration diagnostic.
|
NetworkConfigurationDiagnosticParameters |
withVerbosityLevel(VerbosityLevel verbosityLevel)
Set the verbosityLevel property: Verbosity level.
|
public NetworkConfigurationDiagnosticParameters()
public String targetResourceId()
public NetworkConfigurationDiagnosticParameters withTargetResourceId(String targetResourceId)
targetResourceId - the targetResourceId value to set.public VerbosityLevel verbosityLevel()
public NetworkConfigurationDiagnosticParameters withVerbosityLevel(VerbosityLevel verbosityLevel)
verbosityLevel - the verbosityLevel value to set.public List<NetworkConfigurationDiagnosticProfile> profiles()
public NetworkConfigurationDiagnosticParameters withProfiles(List<NetworkConfigurationDiagnosticProfile> profiles)
profiles - the profiles value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.