FhirServiceData Class

Definition

A class representing the FhirService data model. The description of Fhir Service

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

Constructors

FhirServiceData(AzureLocation)

Initializes a new instance of FhirServiceData.

Properties

AcrConfiguration

Fhir Service Azure container registry configuration.

AuthenticationConfiguration

Fhir Service authentication configuration.

CorsConfiguration

Fhir Service Cors configuration.

ETag

An etag associated with the resource, used for optimistic concurrency when editing it.

EventState

Fhir Service event support status.

ExportStorageAccountName

The name of the default export storage account.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

Setting indicating whether the service has a managed identity associated with it.

ImportConfiguration

Fhir Service import configuration.

IsUsCoreMissingDataEnabled

If US Core Missing Data requirement is enabled.

KeyEncryptionKeyUri

The URL of the key to use for encryption.

Kind

The kind of the service.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
PrivateEndpointConnections

The list of private endpoint connections that are set up for this resource.

ProvisioningState

The provisioning state.

PublicNetworkAccess

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
ResourceVersionPolicyConfiguration

Determines tracking of history for resources.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Explicit Interface Implementations

IJsonModel<FhirServiceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FhirServiceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FhirServiceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FhirServiceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FhirServiceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to