Partager via


VMwareDetails.ProcessServers Property

Definition

Gets or sets the list of Process Servers associated with the fabric.

[Newtonsoft.Json.JsonProperty(PropertyName="processServers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProcessServer> ProcessServers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="processServers")>]
member this.ProcessServers : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProcessServer> with get, set
Public Property ProcessServers As IList(Of ProcessServer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to