HealthcareApisWorkspacePatch Class

Definition

Workspace patch properties.

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

Constructors

HealthcareApisWorkspacePatch()

Initializes a new instance of HealthcareApisWorkspacePatch.

Properties

Tags

Resource tags.

(Inherited from HealthcareApisResourceTags)

Explicit Interface Implementations

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)
IJsonModel<HealthcareApisWorkspacePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthcareApisWorkspacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<HealthcareApisWorkspacePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthcareApisWorkspacePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthcareApisWorkspacePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to