BlobReferenceSasCredential Class

Definition

SAS Credential definition.

public class BlobReferenceSasCredential : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.BlobReferenceSasCredential>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.BlobReferenceSasCredential>
type BlobReferenceSasCredential = class
    interface IJsonModel<BlobReferenceSasCredential>
    interface IPersistableModel<BlobReferenceSasCredential>
Public Class BlobReferenceSasCredential
Implements IJsonModel(Of BlobReferenceSasCredential), IPersistableModel(Of BlobReferenceSasCredential)
Inheritance
BlobReferenceSasCredential
Implements

Properties

Name Description
SasUri

The SAS URI used to authenticate access to the referenced blob.

Type

Type of credential.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<BlobReferenceSasCredential>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BlobReferenceSasCredential>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlobReferenceSasCredential>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BlobReferenceSasCredential>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to