WorkspaceManagerAssignmentProperties Class
The workspace manager assignment properties.
Constructor
WorkspaceManagerAssignmentProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
target_resource_name
|
The resource name of the workspace manager group targeted by the workspace manager assignment. Required. |
|
last_job_end_time
|
The time the last job associated to this assignment ended at. |
|
last_job_provisioning_state
|
State of the last job associated to this assignment. Known values are: "Accepted", "InProgress", "Succeeded", "Failed", and "Canceled". |
|
items_property
|
List of resources included in this workspace manager assignment. Required. |
Attributes
items_property
List of resources included in this workspace manager assignment. Required.
items_property: list['_models.AssignmentItem']
last_job_end_time
The time the last job associated to this assignment ended at.
last_job_end_time: datetime | None
last_job_provisioning_state
"Accepted", "InProgress", "Succeeded", "Failed", and "Canceled".
last_job_provisioning_state: str | _models.ProvisioningState | None
target_resource_name
The resource name of the workspace manager group targeted by the workspace manager assignment. Required.
target_resource_name: str