SiteRecoveryAddVCenterProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of an add vCenter request.
public class SiteRecoveryAddVCenterProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAddVCenterProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAddVCenterProperties>
type SiteRecoveryAddVCenterProperties = class
interface IJsonModel<SiteRecoveryAddVCenterProperties>
interface IPersistableModel<SiteRecoveryAddVCenterProperties>
Public Class SiteRecoveryAddVCenterProperties
Implements IJsonModel(Of SiteRecoveryAddVCenterProperties), IPersistableModel(Of SiteRecoveryAddVCenterProperties)
- Inheritance
-
SiteRecoveryAddVCenterProperties
- Implements
Constructors
SiteRecoveryAddVCenterProperties() |
Initializes a new instance of SiteRecoveryAddVCenterProperties. |
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 discovery is orchestrated. |
RunAsAccountId |
The account Id which has privileges to discover the vCenter. |
Explicit Interface Implementations
IJsonModel<SiteRecoveryAddVCenterProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SiteRecoveryAddVCenterProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SiteRecoveryAddVCenterProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SiteRecoveryAddVCenterProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SiteRecoveryAddVCenterProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET