AzureWorkloadContainerExtendedInfo.NodesList Property

Definition

Gets or sets list of the nodes in case of distributed container.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to