SapMonitorPatch Class

Definition

Defines the request body for updating SAP monitor resource.

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

Constructors

SapMonitorPatch()

Initializes a new instance of SapMonitorPatch.

Properties

Identity

[currently not in use] Managed service identity(user assigned identities).

Tags

Gets or sets the Resource tags.

Explicit Interface Implementations

IJsonModel<SapMonitorPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapMonitorPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapMonitorPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapMonitorPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapMonitorPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to