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.
Overloads
MachineLearningWorkspaceGetKeysResult(String, MachineLearningContainerRegistryCredentials, MachineLearningWorkspaceGetNotebookKeysResult, String, String)
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
- 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.
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
- notebookAccessKeys
- MachineLearningWorkspaceGetNotebookKeysResult
Returns
A new MachineLearningWorkspaceGetKeysResult instance for mocking.
Applies to
Azure SDK for .NET