你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.Model
StorageTaskAssignmentUpdateProperties

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
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.

run_status

Run status of storage task assignment.

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

run_status

Run status of storage task assignment.