public class NetworkConfigurationDiagnosticParameters extends Object
| Constructor and Description |
|---|
NetworkConfigurationDiagnosticParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkConfigurationDiagnosticProfile> |
profiles()
Get list of network configuration diagnostic profiles.
|
String |
targetResourceId()
Get the ID of the target resource to perform network configuration diagnostic.
|
VerbosityLevel |
verbosityLevel()
Get verbosity level.
|
NetworkConfigurationDiagnosticParameters |
withProfiles(List<NetworkConfigurationDiagnosticProfile> profiles)
Set list of network configuration diagnostic profiles.
|
NetworkConfigurationDiagnosticParameters |
withTargetResourceId(String targetResourceId)
Set the ID of the target resource to perform network configuration diagnostic.
|
NetworkConfigurationDiagnosticParameters |
withVerbosityLevel(VerbosityLevel verbosityLevel)
Set verbosity level.
|
public NetworkConfigurationDiagnosticParameters()
public String targetResourceId()
public NetworkConfigurationDiagnosticParameters withTargetResourceId(String targetResourceId)
targetResourceId - the targetResourceId value to setpublic VerbosityLevel verbosityLevel()
public NetworkConfigurationDiagnosticParameters withVerbosityLevel(VerbosityLevel verbosityLevel)
verbosityLevel - the verbosityLevel value to setpublic List<NetworkConfigurationDiagnosticProfile> profiles()
public NetworkConfigurationDiagnosticParameters withProfiles(List<NetworkConfigurationDiagnosticProfile> profiles)
profiles - the profiles value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/