StorageTaskReportSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fetch Storage Tasks Run Summary.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskReportSummaryTypeConverter))]
public class StorageTaskReportSummary : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskReportSummary
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.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 |
Request URL that can be used to query next page of storage task run results summary. Returned when the number of run instances and summary reports exceed maximum page size. |
| Value |
Gets storage tasks run result summary. |
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.StorageAction.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() | |