SiteRecoveryUpdateVCenterProperties Class

Definition

The properties of an update vCenter request.

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

Constructors

SiteRecoveryUpdateVCenterProperties()

Initializes a new instance of SiteRecoveryUpdateVCenterProperties.

Properties

FriendlyName

The friendly name of the vCenter.

IPAddress

The IP address of the vCenter to be discovered.

Port

The port number for discovery.

ProcessServerId

The process server Id from where the update can be orchestrated.

RunAsAccountId

The CS account Id which has privileges to update the vCenter.

Explicit Interface Implementations

IJsonModel<SiteRecoveryUpdateVCenterProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryUpdateVCenterProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryUpdateVCenterProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryUpdateVCenterProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryUpdateVCenterProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to