SiteRecoveryVCenterPatch Class

Definition

Input required to update vCenter.

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

Constructors

SiteRecoveryVCenterPatch()

Initializes a new instance of SiteRecoveryVCenterPatch.

Properties

Properties

The update VCenter Request Properties.

Explicit Interface Implementations

IJsonModel<SiteRecoveryVCenterPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryVCenterPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryVCenterPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryVCenterPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryVCenterPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to