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