StorageTasksListResult Class

Definition

The response from the List Storage Task operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTasksListResultTypeConverter))]
public class StorageTasksListResult : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTasksListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTasksListResultTypeConverter))>]
type StorageTasksListResult = class
    interface IStorageTasksListResult
    interface IJsonSerializable
Public Class StorageTasksListResult
Implements IStorageTasksListResult
Inheritance
StorageTasksListResult
Attributes
Implements

Constructors

Name Description
StorageTasksListResult()

Creates an new StorageTasksListResult instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageTasksListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageTasksListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTasksListResult.

FromJsonString(String)

Creates a new instance of StorageTasksListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageTasksListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to