list Serverless Endpoint Keys
suspend fun listServerlessEndpointKeys(argument: ListServerlessEndpointKeysPlainArgs): ListServerlessEndpointKeysResult
Keys for endpoint authentication. Azure REST API version: 2023-08-01-preview.
Return
Keys for endpoint authentication.
Parameters
argument
null
suspend fun listServerlessEndpointKeys(name: String, resourceGroupName: String, workspaceName: String): ListServerlessEndpointKeysResult
Return
Keys for endpoint authentication.
See also
Parameters
name
Serverless Endpoint name.
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
Name of Azure Machine Learning workspace.
suspend fun listServerlessEndpointKeys(argument: suspend ListServerlessEndpointKeysPlainArgsBuilder.() -> Unit): ListServerlessEndpointKeysResult
Return
Keys for endpoint authentication.
See also
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ListServerlessEndpointKeysPlainArgs.