IStorageTasksListResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTasksListResultTypeConverter))]
public interface IStorageTasksListResult : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTasksListResultTypeConverter))>]
type IStorageTasksListResult = interface
interface IJsonSerializable
Public Interface IStorageTasksListResult
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| NextLink |
Request URL that can be used to query next page of storage tasks. Returned when total number of requested storage tasks exceed maximum page size. |
| Value |
Gets the list of storage tasks and their properties. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |