FhirServiceAcrConfiguration Class

Definition

Azure container registry configuration information.

public class FhirServiceAcrConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HealthcareApis.Models.FhirServiceAcrConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HealthcareApis.Models.FhirServiceAcrConfiguration>
public class FhirServiceAcrConfiguration
type FhirServiceAcrConfiguration = class
    interface IJsonModel<FhirServiceAcrConfiguration>
    interface IPersistableModel<FhirServiceAcrConfiguration>
type FhirServiceAcrConfiguration = class
Public Class FhirServiceAcrConfiguration
Implements IJsonModel(Of FhirServiceAcrConfiguration), IPersistableModel(Of FhirServiceAcrConfiguration)
Public Class FhirServiceAcrConfiguration
Inheritance
FhirServiceAcrConfiguration
Implements

Constructors

FhirServiceAcrConfiguration()

Initializes a new instance of FhirServiceAcrConfiguration.

Properties

LoginServers

The list of the Azure container registry login servers.

OciArtifacts

The list of Open Container Initiative (OCI) artifacts.

Explicit Interface Implementations

IJsonModel<FhirServiceAcrConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FhirServiceAcrConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FhirServiceAcrConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FhirServiceAcrConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FhirServiceAcrConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to