IPendingUploadRequestDto Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |