Megosztás a következőn keresztül:


SasCredentialDto Class

Definition

The SasCredentialDto.

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

Properties

SasUri

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

Explicit Interface Implementations

IJsonModel<PendingUploadCredentialDto>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from PendingUploadCredentialDto)
IJsonModel<SasCredentialDto>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SasCredentialDto>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PendingUploadCredentialDto>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from PendingUploadCredentialDto)
IPersistableModel<SasCredentialDto>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SasCredentialDto>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SasCredentialDto>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to