BlobReferenceForConsumptionDto Class

Definition

The BlobReferenceForConsumptionDto.

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

Properties

BlobUri

Blob URI path for client to upload data. Example: https://blob.windows.core.net/Container/Path

Credential

Credential info to access storage account Please note PendingUploadCredentialDto is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SasCredentialDto.

StorageAccountArmId

Arm ID of the storage account to use.

Explicit Interface Implementations

IJsonModel<BlobReferenceForConsumptionDto>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BlobReferenceForConsumptionDto>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BlobReferenceForConsumptionDto>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlobReferenceForConsumptionDto>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BlobReferenceForConsumptionDto>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to