Share via


ComputeNodeAddUserParameters.User Property

 

Required. Gets or sets the user account to be created.

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

Syntax

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

Property Value

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

See Also

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

Return to top