list Batch Endpoint Keys
suspend fun listBatchEndpointKeys(argument: ListBatchEndpointKeysPlainArgs): ListBatchEndpointKeysResult
Keys for endpoint authentication. Azure REST API version: 2023-04-01. Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01.
Return
Keys for endpoint authentication.
Parameters
argument
null
suspend fun listBatchEndpointKeys(endpointName: String, resourceGroupName: String, workspaceName: String): ListBatchEndpointKeysResult
Return
Keys for endpoint authentication.
See also
Parameters
endpoint Name
Inference 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 listBatchEndpointKeys(argument: suspend ListBatchEndpointKeysPlainArgsBuilder.() -> Unit): ListBatchEndpointKeysResult
Return
Keys for endpoint authentication.
See also
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ListBatchEndpointKeysPlainArgs.