PendingUploadCredentialDto Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PendingUploadCredentialDtoTypeConverter))]
public class PendingUploadCredentialDto : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPendingUploadCredentialDto
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PendingUploadCredentialDtoTypeConverter))>]
type PendingUploadCredentialDto = class
    interface IPendingUploadCredentialDto
    interface IJsonSerializable
Public Class PendingUploadCredentialDto
Implements IPendingUploadCredentialDto
Inheritance
PendingUploadCredentialDto
Attributes
Implements

Constructors

PendingUploadCredentialDto()

Creates an new PendingUploadCredentialDto instance.

Properties

CredentialType

[Required] Credential type used to authentication with storage.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PendingUploadCredentialDto.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PendingUploadCredentialDto.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPendingUploadCredentialDto. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPendingUploadCredentialDto interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of PendingUploadCredentialDto, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PendingUploadCredentialDto into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to