ComponentStateDetails Class
Component state details.
- Inheritance
-
msrest.serialization.ModelComponentStateDetails
Constructor
ComponentStateDetails(*, additional_properties: Dict[str, object] | None = None, id: str | None = None, type: str | None = None, name: str | None = None, timestamp: datetime | None = None, compliance_state: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
additional_properties
Required
|
Unmatched properties from the message are deserialized to this collection. |
id
Required
|
Component Id. |
type
Required
|
Component type. |
name
Required
|
Component name. |
timestamp
Required
|
Component compliance evaluation timestamp. |
compliance_state
Required
|
Component compliance state. |
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
Required
|
|
id
Required
|
|
type
Required
|
|
name
Required
|
|
timestamp
Required
|
|
compliance_state
Required
|
|
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python