Fhir Service Acr Configuration Response
data class FhirServiceAcrConfigurationResponse(val loginServers: List<String>? = null, val ociArtifacts: List<ServiceOciArtifactEntryResponse>? = null)
Azure container registry configuration information
Constructors
Link copied to clipboard
constructor(loginServers: List<String>? = null, ociArtifacts: List<ServiceOciArtifactEntryResponse>? = null)