Registry Response
data class RegistryResponse(val discoveryUrl: String? = null, val intellectualPropertyPublisher: String? = null, val managedResourceGroup: ArmResourceIdResponse? = null, val mlFlowRegistryUri: String? = null, val privateEndpointConnections: List<RegistryPrivateEndpointConnectionResponse>? = null, val publicNetworkAccess: String? = null, val regionDetails: List<RegistryRegionArmDetailsResponse>? = null)
Details of the Registry
Constructors
Link copied to clipboard
fun RegistryResponse(discoveryUrl: String? = null, intellectualPropertyPublisher: String? = null, managedResourceGroup: ArmResourceIdResponse? = null, mlFlowRegistryUri: String? = null, privateEndpointConnections: List<RegistryPrivateEndpointConnectionResponse>? = null, publicNetworkAccess: String? = null, regionDetails: List<RegistryRegionArmDetailsResponse>? = null)