Share via


BlobShare Class

Definition

Blob container storage information.

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

Constructors

BlobShare()

Initializes a new instance of BlobShare.

Properties

SasUri

SAS URI of Azure Storage Account Container.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BlobShare>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BlobShare>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BlobShare>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlobShare>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BlobShare>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to