Compartir a través de


StorageTaskAssignmentReport Class

Definition

The storage task assignment report.

public class StorageTaskAssignmentReport : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageTaskAssignmentReport>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageTaskAssignmentReport>
type StorageTaskAssignmentReport = class
    interface IJsonModel<StorageTaskAssignmentReport>
    interface IPersistableModel<StorageTaskAssignmentReport>
Public Class StorageTaskAssignmentReport
Implements IJsonModel(Of StorageTaskAssignmentReport), IPersistableModel(Of StorageTaskAssignmentReport)
Inheritance
StorageTaskAssignmentReport
Implements

Constructors

StorageTaskAssignmentReport(String)

Initializes a new instance of StorageTaskAssignmentReport.

Properties

Prefix

The container prefix for the location of storage task assignment report.

Explicit Interface Implementations

IJsonModel<StorageTaskAssignmentReport>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StorageTaskAssignmentReport>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageTaskAssignmentReport>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageTaskAssignmentReport>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StorageTaskAssignmentReport>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to