NetworkConfigurationDiagnosticParameters Class
Parameters to get network configuration diagnostic.
Constructor
NetworkConfigurationDiagnosticParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
target_resource_id
|
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. |
Attributes
profiles
List of network configuration diagnostic profiles. Required.
profiles: list['_models.NetworkConfigurationDiagnosticProfile']
target_resource_id
The ID of the target resource to perform network configuration diagnostic. Valid options are VM, NetworkInterface, VMSS/NetworkInterface and Application Gateway. Required.
target_resource_id: str
verbosity_level
"Normal", "Minimum", and "Full".
verbosity_level: str | _models.VerbosityLevel | None