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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python