Sdílet prostřednictvím


ArmMachineLearningModelFactory.MachineLearningWorkspaceGetKeysResult Method

Definition

Initializes a new instance of MachineLearningWorkspaceGetKeysResult.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceGetKeysResult MachineLearningWorkspaceGetKeysResult (string appInsightsInstrumentationKey = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningContainerRegistryCredentials containerRegistryCredentials = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceGetNotebookKeysResult notebookAccessKeys = default, string userStorageResourceId = default, string userStorageKey = default);
static member MachineLearningWorkspaceGetKeysResult : string * Azure.ResourceManager.MachineLearning.Models.MachineLearningContainerRegistryCredentials * Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceGetNotebookKeysResult * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceGetKeysResult
Public Shared Function MachineLearningWorkspaceGetKeysResult (Optional appInsightsInstrumentationKey As String = Nothing, Optional containerRegistryCredentials As MachineLearningContainerRegistryCredentials = Nothing, Optional notebookAccessKeys As MachineLearningWorkspaceGetNotebookKeysResult = Nothing, Optional userStorageResourceId As String = Nothing, Optional userStorageKey As String = Nothing) As MachineLearningWorkspaceGetKeysResult

Parameters

appInsightsInstrumentationKey
String

The access key of the workspace app insights.

containerRegistryCredentials
MachineLearningContainerRegistryCredentials
userStorageResourceId
String

The arm Id key of the workspace storage.

userStorageKey
String

The access key of the workspace storage.

Returns

A new MachineLearningWorkspaceGetKeysResult instance for mocking.

Applies to