你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkConfigurationDiagnosticParameters Class

Parameters to get network configuration diagnostic.

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

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".

Default value: None
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.