get Registry Component Version
suspend fun getRegistryComponentVersion(argument: GetRegistryComponentVersionPlainArgs): GetRegistryComponentVersionResult
Azure Resource Manager resource envelope. 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
Azure Resource Manager resource envelope.
Parameters
argument
null
suspend fun getRegistryComponentVersion(componentName: String, registryName: String, resourceGroupName: String, version: String): GetRegistryComponentVersionResult
Return
Azure Resource Manager resource envelope.
See also
Parameters
component Name
Container name.
registry Name
Name of Azure Machine Learning registry. This is case-insensitive
resource Group Name
The name of the resource group. The name is case insensitive.
version
Version identifier.
suspend fun getRegistryComponentVersion(argument: suspend GetRegistryComponentVersionPlainArgsBuilder.() -> Unit): GetRegistryComponentVersionResult
Return
Azure Resource Manager resource envelope.
See also
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetRegistryComponentVersionPlainArgs.