DicomServicePatch Class

Definition

Dicom Service patch properties.

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

Constructors

DicomServicePatch()

Initializes a new instance of DicomServicePatch.

Properties

Identity

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

Tags

Resource tags.

(Inherited from HealthcareApisResourceTags)

Explicit Interface Implementations

IJsonModel<DicomServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DicomServicePatch>.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<DicomServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DicomServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DicomServicePatch>.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