DiagnosticsProperties Class
Diagnostics resource specific properties.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelDiagnosticsProperties
Constructor
DiagnosticsProperties(*, metadata: _models.DiagnosticsDefinition | None = None, dataset: List[_models.DiagnosticsDataApiResponse] | None = None, status: _models.DiagnosticsStatus | None = None, data_provider_metadata: _models.DiagnosticDataProviderMetadata | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
metadata
|
Metadata of the diagnostics response. |
dataset
|
Set of data collections associated with the response. |
status
|
Status of the diagnostics response. |
data_provider_metadata
|
List of data providers' metadata. |
Variables
Name | Description |
---|---|
metadata
|
Metadata of the diagnostics response. |
dataset
|
Set of data collections associated with the response. |
status
|
Status of the diagnostics response. |
data_provider_metadata
|
List of data providers' metadata. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python