HealthcareApisIotConnectorPatch Class

Definition

Iot Connector patch properties.

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

Constructors

HealthcareApisIotConnectorPatch()

Initializes a new instance of HealthcareApisIotConnectorPatch.

Properties

Identity

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

Tags

Resource tags.

(Inherited from HealthcareApisResourceTags)

Explicit Interface Implementations

IJsonModel<HealthcareApisIotConnectorPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<HealthcareApisIotConnectorPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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