Delen via


BlobReferenceForConsumptionDto Class

Definition

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

Constructors

BlobReferenceForConsumptionDto()

Creates an new BlobReferenceForConsumptionDto instance.

Properties

BlobUri

Blob URI path for client to upload data. Example: https://blob.windows.core.net/Container/Path

CredentialType

[Required] Credential type used to authentication with storage.

StorageAccountArmId

Arm ID of the storage account to use

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BlobReferenceForConsumptionDto.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BlobReferenceForConsumptionDto.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBlobReferenceForConsumptionDto.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BlobReferenceForConsumptionDto into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to