Compartilhar via


IPendingUploadRequestDto Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PendingUploadRequestDtoTypeConverter))]
public interface IPendingUploadRequestDto : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PendingUploadRequestDtoTypeConverter))>]
type IPendingUploadRequestDto = interface
    interface IJsonSerializable
Public Interface IPendingUploadRequestDto
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

PendingUploadId

If PendingUploadId = null then random guid will be used.

PendingUploadType

TemporaryBlobReference is the only supported type

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to