list Compute Keys
Gets secrets related to Machine Learning compute (storage keys, service credentials, etc). Azure REST API version: 2023-04-01.
Return
Secrets related to a Machine Learning compute. Might differ for every type of compute.
Parameters
argument
null
suspend fun listComputeKeys(computeName: String, resourceGroupName: String, workspaceName: String): ListComputeKeysResult
Return
Secrets related to a Machine Learning compute. Might differ for every type of compute.
See also
Parameters
compute Name
Name of the Azure Machine Learning compute.
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
Name of Azure Machine Learning workspace.
suspend fun listComputeKeys(argument: suspend ListComputeKeysPlainArgsBuilder.() -> Unit): ListComputeKeysResult
Return
Secrets related to a Machine Learning compute. Might differ for every type of compute.
See also
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ListComputeKeysPlainArgs.