FhirServicePatch Class

Definition

FhirService patch properties.

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

Constructors

FhirServicePatch()

Initializes a new instance of FhirServicePatch.

Properties

Identity

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

Tags

Resource tags.

(Inherited from HealthcareApisResourceTags)

Explicit Interface Implementations

IJsonModel<FhirServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FhirServicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<HealthcareApisResourceTags>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from HealthcareApisResourceTags)
IJsonModel<HealthcareApisResourceTags>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from HealthcareApisResourceTags)
IPersistableModel<FhirServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FhirServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FhirServicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<HealthcareApisResourceTags>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from HealthcareApisResourceTags)
IPersistableModel<HealthcareApisResourceTags>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from HealthcareApisResourceTags)
IPersistableModel<HealthcareApisResourceTags>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from HealthcareApisResourceTags)

Applies to