Uses of Class
com.azure.resourcemanager.healthcareapis.models.ServiceOciArtifactEntry
-
Packages that use ServiceOciArtifactEntry Package Description com.azure.resourcemanager.healthcareapis.models Package containing the data models for HealthcareApisManagementClient. -
-
Uses of ServiceOciArtifactEntry in com.azure.resourcemanager.healthcareapis.models
Methods in com.azure.resourcemanager.healthcareapis.models that return ServiceOciArtifactEntry Modifier and Type Method Description ServiceOciArtifactEntry
ServiceOciArtifactEntry. withDigest(String digest)
Set the digest property: The artifact digest.ServiceOciArtifactEntry
ServiceOciArtifactEntry. withImageName(String imageName)
Set the imageName property: The artifact name.ServiceOciArtifactEntry
ServiceOciArtifactEntry. withLoginServer(String loginServer)
Set the loginServer property: The Azure Container Registry login server.Methods in com.azure.resourcemanager.healthcareapis.models that return types with arguments of type ServiceOciArtifactEntry Modifier and Type Method Description List<ServiceOciArtifactEntry>
FhirServiceAcrConfiguration. ociArtifacts()
Get the ociArtifacts property: The list of Open Container Initiative (OCI) artifacts.List<ServiceOciArtifactEntry>
ServiceAcrConfigurationInfo. ociArtifacts()
Get the ociArtifacts property: The list of Open Container Initiative (OCI) artifacts.Method parameters in com.azure.resourcemanager.healthcareapis.models with type arguments of type ServiceOciArtifactEntry Modifier and Type Method Description FhirServiceAcrConfiguration
FhirServiceAcrConfiguration. withOciArtifacts(List<ServiceOciArtifactEntry> ociArtifacts)
Set the ociArtifacts property: The list of Open Container Initiative (OCI) artifacts.ServiceAcrConfigurationInfo
ServiceAcrConfigurationInfo. withOciArtifacts(List<ServiceOciArtifactEntry> ociArtifacts)
Set the ociArtifacts property: The list of Open Container Initiative (OCI) artifacts.
-