StorageTaskAssignmentUpdateProperties Class

Properties of the storage task update assignment.

Constructor

StorageTaskAssignmentUpdateProperties(*args: Any, **kwargs: Any)

Variables

Name Description
task_id
str

Id of the corresponding storage task.

enabled

Whether the storage task assignment is enabled or not.

description
str

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: "ValidateSubscriptionQuotaBegin", "ValidateSubscriptionQuotaEnd", "Accepted", "Creating", "Succeeded", "Deleting", "Canceled", and "Failed".

run_status

Run status of storage task assignment.

Attributes

description

Text that describes the purpose of the storage task assignment.

description: str | None

enabled

Whether the storage task assignment is enabled or not.

enabled: bool | None

execution_context

The storage task assignment execution context.

execution_context: _models.StorageTaskAssignmentUpdateExecutionContext | None

provisioning_state

Represents the provisioning state of the storage task assignment. Known values are: "ValidateSubscriptionQuotaBegin", "ValidateSubscriptionQuotaEnd", "Accepted", "Creating", "Succeeded", "Deleting", "Canceled", and "Failed".

provisioning_state: str | _models.StorageTaskAssignmentProvisioningState | None

report

The storage task assignment report.

report: _models.StorageTaskAssignmentUpdateReport | None

run_status

Run status of storage task assignment.

run_status: _models.StorageTaskReportProperties | None

task_id

Id of the corresponding storage task.

task_id: str | None