Compartilhar via


NetworkConfigurationDiagnosticParameters Class

Parameters to get network configuration diagnostic.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.network._serialization.Model
NetworkConfigurationDiagnosticParameters

Constructor

NetworkConfigurationDiagnosticParameters(*, target_resource_id: str, profiles: List[_models.NetworkConfigurationDiagnosticProfile], verbosity_level: str | _models.VerbosityLevel | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
target_resource_id
str

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

verbosity_level

Verbosity level. Known values are: "Normal", "Minimum", and "Full".

profiles

List of network configuration diagnostic profiles. Required.

Variables

Name Description
target_resource_id
str

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

verbosity_level

Verbosity level. Known values are: "Normal", "Minimum", and "Full".

profiles

List of network configuration diagnostic profiles. Required.