Lingua

ArmMachineLearningModelFactory.GetBlobReferenceForConsumptionDto Method

Definition

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

credential
DataReferenceCredential

Credential info to access storage account.

storageAccountArmId
String

The ARM id of the storage account.

Returns

A new GetBlobReferenceForConsumptionDto instance for mocking.

Applies to