Package version:

Interface StorageTaskAssignmentUpdateProperties

Properties of the storage task update assignment.

interface StorageTaskAssignmentUpdateProperties {
    description?: string;
    enabled?: boolean;
    executionContext?: StorageTaskAssignmentUpdateExecutionContext;
    provisioningState?: ProvisioningState;
    report?: StorageTaskAssignmentUpdateReport;
    runStatus?: StorageTaskReportProperties;
    taskId?: string;
}

Properties

description?: string

Text that describes the purpose of the storage task assignment

enabled?: boolean

Whether the storage task assignment is enabled or not

The storage task assignment execution context

provisioningState?: ProvisioningState

Represents the provisioning state of the storage task assignment. NOTE: This property will not be serialized. It can only be populated by the server.

The storage task assignment report

Run status of storage task assignment

taskId?: string

Id of the corresponding storage task NOTE: This property will not be serialized. It can only be populated by the server.