ComputeNodeGetResponse.ComputeNode Property

 

Required. Gets or sets the information retrieved about the compute node.

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

Syntax

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

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.ComputeNode

See Also

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

Return to top