getOperationalizationCluster

Gets the operationalization cluster resource view. Note that the credentials are not returned by this call. Call ListKeys to get them. API Version: 2017-08-01-preview.

Return

Instance of an Azure ML Operationalization Cluster resource.

Parameters

argument

null


suspend fun getOperationalizationCluster(clusterName: String, resourceGroupName: String): GetOperationalizationClusterResult

Return

Instance of an Azure ML Operationalization Cluster resource.

Parameters

clusterName

The name of the cluster.

resourceGroupName

Name of the resource group in which the cluster is located.

See also


Return

Instance of an Azure ML Operationalization Cluster resource.

Parameters

argument

Builder for com.pulumi.azurenative.machinelearningcompute.kotlin.inputs.GetOperationalizationClusterPlainArgs.

See also