BlobReferenceForConsumptionDto Class
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.BlobReferenceForConsumptionDtoTypeConverter))]
public class BlobReferenceForConsumptionDto : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBlobReferenceForConsumptionDto
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.BlobReferenceForConsumptionDtoTypeConverter))>]
type BlobReferenceForConsumptionDto = class
interface IBlobReferenceForConsumptionDto
interface IJsonSerializable
Public Class BlobReferenceForConsumptionDto
Implements IBlobReferenceForConsumptionDto
- Inheritance
-
BlobReferenceForConsumptionDto
- Attributes
- Implements
Blob |
Creates an new BlobReferenceForConsumptionDto instance. |
Blob |
Blob URI path for client to upload data. Example: https://blob.windows.core.net/Container/Path |
Credential |
[Required] Credential type used to authentication with storage. |
Storage |
Arm ID of the storage account to use |
Deserialize |
Deserializes a IDictionary into an instance of BlobReferenceForConsumptionDto. |
Deserialize |
Deserializes a PSObject into an instance of BlobReferenceForConsumptionDto. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBlobReferenceForConsumptionDto. |
From |
Creates a new instance of BlobReferenceForConsumptionDto, deserializing the content from a json string. |
To |
Serializes this instance of BlobReferenceForConsumptionDto into a JsonNode. |
To |
Serializes this instance to a json string. |
To |