IStorageTasksListResult Interface

Definition

[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

The link to the next page of items

Value

Gets the list of storage tasks and their properties.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to