Sprog

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

Name Description
BlobUri

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

Credential

Credential info to access storage account.

StorageAccountArmId

Arm ID of the storage account to use.

Methods

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

Explicit Interface Implementations

Name Description
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