HealthcareApisResourceTags Class

Definition

List of key value pairs that describe the resource. This will overwrite the existing tags.

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

Constructors

HealthcareApisResourceTags()

Initializes a new instance of HealthcareApisResourceTags.

Properties

Tags

Resource tags.

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.

IJsonModel<HealthcareApisResourceTags>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthcareApisResourceTags>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthcareApisResourceTags>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthcareApisResourceTags>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to