StorageTaskAssignmentsListResult interface
The response from the List Storage Tasks operation.
Properties
| next |
Request URL that can be used to query next page of Resource IDs. Returned when total number of requested Resource IDs exceed maximum page size. NOTE: This property will not be serialized. It can only be populated by the server. |
| value | List of Storage Task Assignment Resource IDs associated with this Storage Task. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
Request URL that can be used to query next page of Resource IDs. Returned when total number of requested Resource IDs exceed maximum page size. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
List of Storage Task Assignment Resource IDs associated with this Storage Task. NOTE: This property will not be serialized. It can only be populated by the server.
value?: StorageTaskAssignment[]