Compartir a través de


NetworkConfigurationDiagnosticParameters Class

Definition

Parameters to get network configuration diagnostic.

public class NetworkConfigurationDiagnosticParameters
type NetworkConfigurationDiagnosticParameters = class
Public Class NetworkConfigurationDiagnosticParameters
Inheritance
NetworkConfigurationDiagnosticParameters

Constructors

Name Description
NetworkConfigurationDiagnosticParameters()

Initializes a new instance of the NetworkConfigurationDiagnosticParameters class.

NetworkConfigurationDiagnosticParameters(String, IList<NetworkConfigurationDiagnosticProfile>, String)

Initializes a new instance of the NetworkConfigurationDiagnosticParameters class.

Properties

Name Description
Profiles

Gets or sets list of network configuration diagnostic profiles.

TargetResourceId

Gets or sets the ID of the target resource to perform network configuration diagnostic. Valid options are VM, NetworkInterface, VMSS/NetworkInterface and Application Gateway.

VerbosityLevel

Gets or sets verbosity level. Possible values include: 'Normal', 'Minimum', 'Full'

Methods

Name Description
Validate()

Validate the object.

Applies to