共用方式為


ArmMachineLearningModelFactory.MachineLearningWorkspaceGetKeysResult Method

Definition

Overloads

MachineLearningWorkspaceGetKeysResult(String, MachineLearningContainerRegistryCredentials, MachineLearningWorkspaceGetNotebookKeysResult, String, String)

Initializes a new instance of MachineLearningWorkspaceGetKeysResult.

MachineLearningWorkspaceGetKeysResult(String, String, String, MachineLearningContainerRegistryCredentials, MachineLearningWorkspaceGetNotebookKeysResult)

Initializes a new instance of MachineLearningWorkspaceGetKeysResult.

MachineLearningWorkspaceGetKeysResult(String, MachineLearningContainerRegistryCredentials, MachineLearningWorkspaceGetNotebookKeysResult, String, String)

Source:
ArmMachineLearningModelFactory.cs

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

MachineLearningWorkspaceGetKeysResult(String, String, String, MachineLearningContainerRegistryCredentials, MachineLearningWorkspaceGetNotebookKeysResult)

Initializes a new instance of MachineLearningWorkspaceGetKeysResult.

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

Parameters

userStorageKey
String
userStorageResourceId
String
appInsightsInstrumentationKey
String
containerRegistryCredentials
MachineLearningContainerRegistryCredentials

Returns

A new MachineLearningWorkspaceGetKeysResult instance for mocking.

Applies to