NetworkConfigurationDiagnosticParameters Class

Definition

Parameters to get network configuration diagnostic.

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

Constructors

NetworkConfigurationDiagnosticParameters()

Initializes a new instance of the NetworkConfigurationDiagnosticParameters class.

NetworkConfigurationDiagnosticParameters(String, IList<NetworkConfigurationDiagnosticProfile>, VerbosityLevel)

Initializes a new instance of the NetworkConfigurationDiagnosticParameters class.

Properties

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

Validate()

Validate the object.

Applies to