list Batch Endpoint Keys
suspend fun listBatchEndpointKeys(argument: ListBatchEndpointKeysPlainArgs): ListBatchEndpointKeysResult
Keys for endpoint authentication. API Version: 2021-03-01-preview.
Return
Keys for endpoint authentication.
Parameters
argument
null
suspend fun listBatchEndpointKeys(endpointName: String, resourceGroupName: String, workspaceName: String): ListBatchEndpointKeysResult
Return
Keys for endpoint authentication.
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.
See also
suspend fun listBatchEndpointKeys(argument: suspend ListBatchEndpointKeysPlainArgsBuilder.() -> Unit): ListBatchEndpointKeysResult
Return
Keys for endpoint authentication.
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ListBatchEndpointKeysPlainArgs.