GetRegistryComponentContainerPlainArgs

data class GetRegistryComponentContainerPlainArgs(val componentName: String, val registryName: String, val resourceGroupName: String) : ConvertibleToJava<GetRegistryComponentContainerPlainArgs>

Constructors

Link copied to clipboard
constructor(componentName: String, registryName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Container name.

Link copied to clipboard

Name of Azure Machine Learning registry. This is case-insensitive

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

Link copied to clipboard
open override fun toJava(): GetRegistryComponentContainerPlainArgs