ArmMachineLearningComputeModelFactory.StorageAccountCredentials Method

Definition

Initializes a new instance of StorageAccountCredentials.

public static Azure.ResourceManager.MachineLearningCompute.Models.StorageAccountCredentials StorageAccountCredentials (string resourceId = default, string primaryKey = default, string secondaryKey = default);
static member StorageAccountCredentials : string * string * string -> Azure.ResourceManager.MachineLearningCompute.Models.StorageAccountCredentials
Public Shared Function StorageAccountCredentials (Optional resourceId As String = Nothing, Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing) As StorageAccountCredentials

Parameters

resourceId
String

The ARM resource ID of the storage account.

primaryKey
String

The primary key of the storage account.

secondaryKey
String

The secondary key of the storage account.

Returns

A new StorageAccountCredentials instance for mocking.

Applies to