Share via


BlobReferenceSasContent Class

Definition

BlobReferenceSASRequest for getBlobReferenceSAS API.

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

Constructors

Name Description
BlobReferenceSasContent()

Initializes a new instance of BlobReferenceSasContent.

Properties

Name Description
AssetId

Id of the asset to be accessed.

BlobUri

Blob uri of the asset to be accessed.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BlobReferenceSasContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BlobReferenceSasContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BlobReferenceSasContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlobReferenceSasContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BlobReferenceSasContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to