ArmMachineLearningModelFactory.GetBlobReferenceForConsumptionDto Method
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.
The GetBlobReferenceForConsumptionDto.
public static Azure.ResourceManager.MachineLearning.Models.GetBlobReferenceForConsumptionDto GetBlobReferenceForConsumptionDto(Uri blobUri = default, Azure.ResourceManager.MachineLearning.Models.DataReferenceCredential credential = default, string storageAccountArmId = default);
static member GetBlobReferenceForConsumptionDto : Uri * Azure.ResourceManager.MachineLearning.Models.DataReferenceCredential * string -> Azure.ResourceManager.MachineLearning.Models.GetBlobReferenceForConsumptionDto
Public Shared Function GetBlobReferenceForConsumptionDto (Optional blobUri As Uri = Nothing, Optional credential As DataReferenceCredential = Nothing, Optional storageAccountArmId As String = Nothing) As GetBlobReferenceForConsumptionDto
Parameters
- blobUri
- Uri
Blob uri, example: https://blob.windows.core.net/Container/Path.
- credential
- DataReferenceCredential
Credential info to access storage account.
- storageAccountArmId
- String
The ARM id of the storage account.
Returns
A new GetBlobReferenceForConsumptionDto instance for mocking.