Package version:

Interface StorageTaskAssignmentProperties

Properties of the storage task assignment.

interface StorageTaskAssignmentProperties {
    description: string;
    enabled: boolean;
    executionContext: StorageTaskAssignmentExecutionContext;
    provisioningState?: ProvisioningState;
    report: StorageTaskAssignmentReport;
    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