Freigeben über


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

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)

Applies to