Share via


ComputeNodeUpdateUserParameters.Password Property

 

Required. Gets or sets the password of the account.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top