Freigeben über


StorageTaskAssignment Class

Definition

Storage Task Assignment associated with this Storage Task.

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

Constructors

Name Description
StorageTaskAssignment()

Creates an new StorageTaskAssignment instance.

Properties

Name Description
Id

Resource ID of the Storage Task Assignment.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageTaskAssignment.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageTaskAssignment.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageTaskAssignment into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to