Partager via


StorageTaskAssignmentUpdateReport Class

Definition

The storage task assignment report

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

Constructors

Name Description
StorageTaskAssignmentUpdateReport()

Creates an new StorageTaskAssignmentUpdateReport instance.

Properties

Name Description
Prefix

The prefix of the storage task assignment report

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageTaskAssignmentUpdateReport.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageTaskAssignmentUpdateReport.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageTaskAssignmentUpdateReport into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to