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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python