Freigeben über


StorageTaskReportSummary Class

Definition

Fetch Storage Tasks Run Summary.

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

Constructors

Name Description
StorageTaskReportSummary()

Creates an new StorageTaskReportSummary instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The StorageTaskReportInstance items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageTaskReportSummary.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageTaskReportSummary.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageTaskReportSummary into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to