list Storage Account Keys
suspend fun listStorageAccountKeys(argument: ListStorageAccountKeysPlainArgs): ListStorageAccountKeysResult
API Version: 2021-01-01.
Return
null
Parameters
argument
null
suspend fun listStorageAccountKeys(resourceGroupName: String, workspaceName: String): ListStorageAccountKeysResult
Return
null
Parameters
resource Group Name
Name of the resource group in which workspace is located.
workspace Name
Name of Azure Machine Learning workspace.
See also
suspend fun listStorageAccountKeys(argument: suspend ListStorageAccountKeysPlainArgsBuilder.() -> Unit): ListStorageAccountKeysResult
Return
null
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ListStorageAccountKeysPlainArgs.