Package version:

Interface StorageTaskAssignmentsList

List of storage task assignments for the storage account

interface StorageTaskAssignmentsList {
    nextLink?: string;
    value?: StorageTaskAssignment[];
}

Properties

Properties

nextLink?: string

Request URL that can be used to query next page of storage task assignments. Returned when total number of requested storage task assignments exceed maximum page size. NOTE: This property will not be serialized. It can only be populated by the server.

Gets the list of storage task assignments and their properties. NOTE: This property will not be serialized. It can only be populated by the server.