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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python