GetBlobReferenceForConsumptionDto 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.GetBlobReferenceForConsumptionDtoTypeConverter))]
public class GetBlobReferenceForConsumptionDto : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IGetBlobReferenceForConsumptionDto
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.GetBlobReferenceForConsumptionDtoTypeConverter))>]
type GetBlobReferenceForConsumptionDto = class
interface IGetBlobReferenceForConsumptionDto
interface IJsonSerializable
Public Class GetBlobReferenceForConsumptionDto
Implements IGetBlobReferenceForConsumptionDto
- Inheritance
-
GetBlobReferenceForConsumptionDto
- Attributes
- Implements
Constructors
GetBlobReferenceForConsumptionDto() |
Creates an new GetBlobReferenceForConsumptionDto instance. |
Properties
BlobUri |
Blob uri, example: https://blob.windows.core.net/Container/Path |
CredentialType |
[Required] Credential type used to authentication with storage. |
StorageAccountArmId |
The ARM id of the storage account |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GetBlobReferenceForConsumptionDto. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GetBlobReferenceForConsumptionDto. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IGetBlobReferenceForConsumptionDto. |
FromJsonString(String) |
Creates a new instance of GetBlobReferenceForConsumptionDto, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GetBlobReferenceForConsumptionDto into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |