StorageTaskAssignmentUpdateProperties Class
Properties of the storage task update assignment.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.storage._serialization.ModelStorageTaskAssignmentUpdateProperties
Constructor
StorageTaskAssignmentUpdateProperties(*, enabled: bool | None = None, description: str | None = None, execution_context: _models.StorageTaskAssignmentUpdateExecutionContext | None = None, report: _models.StorageTaskAssignmentUpdateReport | None = None, run_status: _models.StorageTaskReportProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Whether the storage task assignment is enabled or not. |
description
|
Text that describes the purpose of the storage task assignment. |
execution_context
|
The storage task assignment execution context. |
report
|
The storage task assignment report. |
run_status
|
Run status of storage task assignment. |
Variables
Name | Description |
---|---|
task_id
|
Id of the corresponding storage task. |
enabled
|
Whether the storage task assignment is enabled or not. |
description
|
Text that describes the purpose of the storage task assignment. |
execution_context
|
The storage task assignment execution context. |
report
|
The storage task assignment report. |
provisioning_state
|
Represents the provisioning state of the storage task assignment. Known values are: "Creating", "ResolvingDNS", "Succeeded", "ValidateSubscriptionQuotaBegin", "ValidateSubscriptionQuotaEnd", "Deleting", "Canceled", and "Failed". |
run_status
|
Run status of storage task assignment. |
Azure SDK for Python