Поделиться через


LabServicesPatchBaseInfo Class

Definition

Base tracked resource type for all PATCH updates.

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

Constructors

LabServicesPatchBaseInfo()

Initializes a new instance of LabServicesPatchBaseInfo.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LabServicesPatchBaseInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LabServicesPatchBaseInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LabServicesPatchBaseInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LabServicesPatchBaseInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LabServicesPatchBaseInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to