GetBlobReferenceSasResponseDto Class

Definition

BlobReferenceSASResponse for getBlobReferenceSAS API

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

Constructors

GetBlobReferenceSasResponseDto()

Creates an new GetBlobReferenceSasResponseDto instance.

Properties

BlobReferenceForConsumptionBlobUri

Blob uri, example: https://blob.windows.core.net/Container/Path

BlobReferenceForConsumptionStorageAccountArmId

The ARM id of the storage account

CredentialType

[Required] Credential type used to authentication with storage.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GetBlobReferenceSasResponseDto.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GetBlobReferenceSasResponseDto.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GetBlobReferenceSasResponseDto into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to