list Online Endpoint Keys
suspend fun listOnlineEndpointKeys(argument: ListOnlineEndpointKeysPlainArgs): ListOnlineEndpointKeysResult
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 listOnlineEndpointKeys(endpointName: String, resourceGroupName: String, workspaceName: String): ListOnlineEndpointKeysResult
Return
Keys for endpoint authentication.
See also
Parameters
endpoint Name
Online 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 listOnlineEndpointKeys(argument: suspend ListOnlineEndpointKeysPlainArgsBuilder.() -> Unit): ListOnlineEndpointKeysResult
Return
Keys for endpoint authentication.
See also
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ListOnlineEndpointKeysPlainArgs.