NetworkConfigurationDiagnosticParameters Class
Parameters to get network configuration diagnostic.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
NetworkConfigurationDiagnosticParameters
Constructor
NetworkConfigurationDiagnosticParameters(*, target_resource_id: str, profiles: typing.List[_ForwardRef('NetworkConfigurationDiagnosticProfile')], verbosity_level: typing.Union[str, _ForwardRef('VerbosityLevel'), NoneType] = None, **kwargs)
Parameters
- target_resource_id
- str
Required. The ID of the target resource to perform network configuration diagnostic. Valid options are VM, NetworkInterface, VMSS/NetworkInterface and Application Gateway.
- verbosity_level
- str or VerbosityLevel
Verbosity level. Accepted values are 'Normal', 'Minimum', 'Full'. Possible values include: "Normal", "Minimum", "Full".
- profiles
- list[NetworkConfigurationDiagnosticProfile]
Required. List of network configuration diagnostic profiles.
Feedback
Submit and view feedback for