PendingUploadResponseDto Class
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.PendingUploadResponseDtoTypeConverter))]
public class PendingUploadResponseDto : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPendingUploadResponseDto
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PendingUploadResponseDtoTypeConverter))>]
type PendingUploadResponseDto = class
interface IPendingUploadResponseDto
interface IJsonSerializable
Public Class PendingUploadResponseDto
Implements IPendingUploadResponseDto
- Inheritance
-
PendingUploadResponseDto
- Attributes
- Implements
Constructors
PendingUploadResponseDto() |
Creates an new PendingUploadResponseDto instance. |
Properties
BlobReferenceForConsumptionBlobUri |
Blob URI path for client to upload data. Example: https://blob.windows.core.net/Container/Path |
BlobReferenceForConsumptionStorageAccountArmId |
Arm ID of the storage account to use |
CredentialType |
[Required] Credential type used to authentication with storage. |
PendingUploadId |
ID for this upload request |
PendingUploadType |
TemporaryBlobReference is the only supported type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PendingUploadResponseDto. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PendingUploadResponseDto. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPendingUploadResponseDto. |
FromJsonString(String) |
Creates a new instance of PendingUploadResponseDto, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PendingUploadResponseDto into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |