Share via


SasCredential Class

Definition

SAS Credential definition.

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

Properties

SasUri

SAS uri.

Type

Type of credential.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SasCredential>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SasCredential>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SasCredential>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SasCredential>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SasCredential>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to