ArmMachineLearningModelFactory.MachineLearningWorkspaceGetKeysResult 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.
The 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
- notebookAccessKeys
- MachineLearningWorkspaceGetNotebookKeysResult
- 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.