NetworkConfigurationDiagnosticParameters Constructors
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.
Overloads
NetworkConfigurationDiagnosticParameters() |
Initializes a new instance of the NetworkConfigurationDiagnosticParameters class. |
NetworkConfigurationDiagnosticParameters(String, IList<NetworkConfigurationDiagnosticProfile>, String) |
Initializes a new instance of the NetworkConfigurationDiagnosticParameters class. |
NetworkConfigurationDiagnosticParameters()
Initializes a new instance of the NetworkConfigurationDiagnosticParameters class.
public NetworkConfigurationDiagnosticParameters ();
Public Sub New ()
Applies to
NetworkConfigurationDiagnosticParameters(String, IList<NetworkConfigurationDiagnosticProfile>, String)
Initializes a new instance of the NetworkConfigurationDiagnosticParameters class.
public NetworkConfigurationDiagnosticParameters (string targetResourceId, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkConfigurationDiagnosticProfile> profiles, string verbosityLevel = default);
new Microsoft.Azure.Management.Network.Models.NetworkConfigurationDiagnosticParameters : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkConfigurationDiagnosticProfile> * string -> Microsoft.Azure.Management.Network.Models.NetworkConfigurationDiagnosticParameters
Public Sub New (targetResourceId As String, profiles As IList(Of NetworkConfigurationDiagnosticProfile), Optional verbosityLevel As String = Nothing)
Parameters
- targetResourceId
- String
The ID of the target resource to perform network configuration diagnostic. Valid options are VM, NetworkInterface, VMSS/NetworkInterface and Application Gateway.
- profiles
- IList<NetworkConfigurationDiagnosticProfile>
List of network configuration diagnostic profiles.
- verbosityLevel
- String
Verbosity level. Possible values include: 'Normal', 'Minimum', 'Full'