Freigeben über


StorageTaskAssignmentsListResult Class

Definition

The response from the List Storage Tasks operation.

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

Constructors

Name Description
StorageTaskAssignmentsListResult()

Creates an new StorageTaskAssignmentsListResult instance.

Properties

Name Description
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.

Value

List of Storage Task Assignment Resource IDs associated with this Storage Task.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageTaskAssignmentsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageTaskAssignmentsListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageTaskAssignmentsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to