SiteRecoveryVCenterProperties 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.
vCenter properties.
public class SiteRecoveryVCenterProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryVCenterProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryVCenterProperties>
type SiteRecoveryVCenterProperties = class
interface IJsonModel<SiteRecoveryVCenterProperties>
interface IPersistableModel<SiteRecoveryVCenterProperties>
Public Class SiteRecoveryVCenterProperties
Implements IJsonModel(Of SiteRecoveryVCenterProperties), IPersistableModel(Of SiteRecoveryVCenterProperties)
- Inheritance
-
SiteRecoveryVCenterProperties
- Implements
Properties
DiscoveryStatus |
The VCenter discovery status. |
FabricArmResourceName |
The ARM resource name of the fabric containing this VCenter. |
FriendlyName |
Friendly name of the vCenter. |
HealthErrors |
The health errors for this VCenter. |
InfrastructureId |
The infrastructure Id of vCenter. |
InternalId |
VCenter internal ID. |
IPAddress |
The IP address of the vCenter. |
LastHeartbeatReceivedOn |
The time when the last heartbeat was received by vCenter. |
Port |
The port number for discovery. |
ProcessServerId |
The process server Id. |
RunAsAccountId |
The account Id which has privileges to discover the vCenter. |
Explicit Interface Implementations
IJsonModel<SiteRecoveryVCenterProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SiteRecoveryVCenterProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SiteRecoveryVCenterProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SiteRecoveryVCenterProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SiteRecoveryVCenterProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET