RegistryArgs

data class RegistryArgs(val discoveryUrl: Output<String>? = null, val intellectualPropertyPublisher: Output<String>? = null, val managedResourceGroup: Output<ArmResourceIdArgs>? = null, val mlFlowRegistryUri: Output<String>? = null, val publicNetworkAccess: Output<String>? = null, val regionDetails: Output<List<RegistryRegionArmDetailsArgs>>? = null, val registryPrivateEndpointConnections: Output<List<RegistryPrivateEndpointConnectionArgs>>? = null) : ConvertibleToJava<RegistryArgs>

Details of the Registry

Constructors

Link copied to clipboard
constructor(discoveryUrl: Output<String>? = null, intellectualPropertyPublisher: Output<String>? = null, managedResourceGroup: Output<ArmResourceIdArgs>? = null, mlFlowRegistryUri: Output<String>? = null, publicNetworkAccess: Output<String>? = null, regionDetails: Output<List<RegistryRegionArmDetailsArgs>>? = null, registryPrivateEndpointConnections: Output<List<RegistryPrivateEndpointConnectionArgs>>? = null)

Properties

Link copied to clipboard
val discoveryUrl: Output<String>? = null

Discovery URL for the Registry

Link copied to clipboard

IntellectualPropertyPublisher for the registry

Link copied to clipboard

ResourceId of the managed RG if the registry has system created resources

Link copied to clipboard
val mlFlowRegistryUri: Output<String>? = null

MLFlow Registry URI for the Registry

Link copied to clipboard
val publicNetworkAccess: Output<String>? = null

Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"

Link copied to clipboard

Details of each region the registry is in

Link copied to clipboard

Private endpoint connections info used for pending connections in private link portal

Functions

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