ComputeNodeRemoveParameters.ComputeNodeIds Property

 

Required. Gets or sets a list containing the id of the compute nodes to be removed from the specified pool.

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

Syntax

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

Property Value

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

See Also

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

Return to top