StorageTaskAssignmentReport 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.
The storage task assignment report
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageTaskAssignmentReportTypeConverter))]
public class StorageTaskAssignmentReport : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageTaskAssignmentReport
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageTaskAssignmentReportTypeConverter))>]
type StorageTaskAssignmentReport = class
interface IStorageTaskAssignmentReport
interface IJsonSerializable
Public Class StorageTaskAssignmentReport
Implements IStorageTaskAssignmentReport
- Inheritance
-
StorageTaskAssignmentReport
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StorageTaskAssignmentReport() |
Creates an new StorageTaskAssignmentReport instance. |
Properties
| Name | Description |
|---|---|
| Prefix |
The container prefix for the location of storage task assignment report |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageTaskAssignmentReport. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageTaskAssignmentReport. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageTaskAssignmentReport. |
| FromJsonString(String) |
Creates a new instance of StorageTaskAssignmentReport, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageTaskAssignmentReport into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |