Udostępnij przez


StorageTaskAssignmentsList Class

Definition

List of storage task assignments for the storage account

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageTaskAssignmentsListTypeConverter))]
public class StorageTaskAssignmentsList : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageTaskAssignmentsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageTaskAssignmentsListTypeConverter))>]
type StorageTaskAssignmentsList = class
    interface IStorageTaskAssignmentsList
    interface IJsonSerializable
Public Class StorageTaskAssignmentsList
Implements IStorageTaskAssignmentsList
Inheritance
StorageTaskAssignmentsList
Attributes
Implements

Constructors

Name Description
StorageTaskAssignmentsList()

Creates an new StorageTaskAssignmentsList instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The StorageTaskAssignment items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageTaskAssignmentsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageTaskAssignmentsList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageTaskAssignmentsList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageTaskAssignmentsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to