GetBlobReferenceSasResponseDto 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.
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
| Name | Description |
|---|---|
| GetBlobReferenceSasResponseDto() |
Creates an new GetBlobReferenceSasResponseDto instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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() | |