SasCredential Class

Definition

Access with full SAS uri.

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

Properties

SasUri

Full SAS Uri, including the storage, container/blob path and SAS token.

Explicit Interface Implementations

IJsonModel<DataReferenceCredential>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataReferenceCredential)
IJsonModel<DataReferenceCredential>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataReferenceCredential)
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<DataReferenceCredential>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataReferenceCredential)
IPersistableModel<DataReferenceCredential>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataReferenceCredential)
IPersistableModel<DataReferenceCredential>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataReferenceCredential)
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