GetBlobReferenceSasRequestDto 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.
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() |