VMwareCbtResyncContent Class

Definition

VMwareCbt specific resync input.

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

Constructors

VMwareCbtResyncContent(String)

Initializes a new instance of VMwareCbtResyncContent.

Properties

SkipCbtReset

A value indicating whether CBT is to be reset.

Explicit Interface Implementations

IJsonModel<ResyncProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ResyncProviderSpecificContent)
IJsonModel<ResyncProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ResyncProviderSpecificContent)
IJsonModel<VMwareCbtResyncContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareCbtResyncContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResyncProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ResyncProviderSpecificContent)
IPersistableModel<ResyncProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ResyncProviderSpecificContent)
IPersistableModel<ResyncProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ResyncProviderSpecificContent)
IPersistableModel<VMwareCbtResyncContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareCbtResyncContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareCbtResyncContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to