list Workspace Keys
List the authorization keys associated with this workspace. Uses Azure REST API version 2019-10-01.
Return
Workspace authorization keys for a workspace.
Parameters
argument
null
suspend fun listWorkspaceKeys(resourceGroupName: String, workspaceName: String): ListWorkspaceKeysResult
Return
Workspace authorization keys for a workspace.
Parameters
resource Group Name
The name of the resource group to which the machine learning workspace belongs.
workspace Name
The name of the machine learning workspace.
See also
suspend fun listWorkspaceKeys(argument: suspend ListWorkspaceKeysPlainArgsBuilder.() -> Unit): ListWorkspaceKeysResult
Return
Workspace authorization keys for a workspace.
Parameters
argument
Builder for com.pulumi.azurenative.machinelearning.kotlin.inputs.ListWorkspaceKeysPlainArgs.