ภาษา

ArmMachineLearningModelFactory.MachineLearningWorkspaceGetNotebookKeysResult Method

Definition

The MachineLearningWorkspaceGetNotebookKeysResult.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceGetNotebookKeysResult MachineLearningWorkspaceGetNotebookKeysResult(string primaryAccessKey = default, string secondaryAccessKey = default);
static member MachineLearningWorkspaceGetNotebookKeysResult : string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceGetNotebookKeysResult
Public Shared Function MachineLearningWorkspaceGetNotebookKeysResult (Optional primaryAccessKey As String = Nothing, Optional secondaryAccessKey As String = Nothing) As MachineLearningWorkspaceGetNotebookKeysResult

Parameters

primaryAccessKey
String

The primary access key of the Notebook.

secondaryAccessKey
String

The secondary access key of the Notebook.

Returns

A new MachineLearningWorkspaceGetNotebookKeysResult instance for mocking.

Applies to