get Registry Component Container
suspend fun getRegistryComponentContainer(argument: GetRegistryComponentContainerPlainArgs): GetRegistryComponentContainerResult
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 getRegistryComponentContainer(componentName: String, registryName: String, resourceGroupName: String): GetRegistryComponentContainerResult
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.
suspend fun getRegistryComponentContainer(argument: suspend GetRegistryComponentContainerPlainArgsBuilder.() -> Unit): GetRegistryComponentContainerResult
Return
Azure Resource Manager resource envelope.
See also
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetRegistryComponentContainerPlainArgs.