ComputeNodeListResponse.ComputeNodes Property

 

Required. Gets or sets the list of compute nodes.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public IList<ComputeNode> ComputeNodes { get; set; }
public:
property IList<ComputeNode^>^ ComputeNodes {
    IList<ComputeNode^>^ get();
    void set(IList<ComputeNode^>^ value);
}
member ComputeNodes : IList<ComputeNode> with get, set
Public Property ComputeNodes As IList(Of ComputeNode)

Property Value

Type: System.Collections.Generic.IList<ComputeNode>

See Also

ComputeNodeListResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top