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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python