GetBlobReferenceSasRequestDto Class

Definition

BlobReferenceSASRequest for getBlobReferenceSAS API

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

Constructors

GetBlobReferenceSasRequestDto()

Creates an new GetBlobReferenceSasRequestDto instance.

Properties

AssetId

Id of the asset to be accessed

BlobUri

Blob uri of the asset to be accessed

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GetBlobReferenceSasRequestDto.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GetBlobReferenceSasRequestDto.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GetBlobReferenceSasRequestDto into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to