ArmMachineLearningComputeModelFactory.StorageAccountCredentials 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.
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.