Share via


PendingUploadResponseDto Class

Definition

The PendingUploadResponseDto.

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

Properties

BlobReferenceForConsumption

Container level read, write, list SAS.

PendingUploadId

ID for this upload request.

PendingUploadType

TemporaryBlobReference is the only supported type.

Explicit Interface Implementations

IJsonModel<PendingUploadResponseDto>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PendingUploadResponseDto>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PendingUploadResponseDto>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PendingUploadResponseDto>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PendingUploadResponseDto>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to