NetworkConfigurationDiagnosticParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>, String) |
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. |