SapDiscoveryServerInstancePatch Class

Definition

Defines the request body for updating Server Instances resource.

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

Constructors

SapDiscoveryServerInstancePatch()

Initializes a new instance of SapDiscoveryServerInstancePatch.

Properties

Properties

Server instances properties.

Explicit Interface Implementations

IJsonModel<SapDiscoveryServerInstancePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapDiscoveryServerInstancePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapDiscoveryServerInstancePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapDiscoveryServerInstancePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapDiscoveryServerInstancePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to