Gets and sets the property MasterUserPassword.
The new password for the cluster master user. This change is asynchronously
applied as soon as possible. Between the time of the request and the completion
of the request, the CopyC#
element exists in the
MasterUserPassword
CopyC#
element of the operation response.
PendingModifiedValues
![]() |
---|
Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost. |
Default: Uses existing setting.
Constraints:
- Must be between 8 and 64 characters in length.
- Must contain at least one uppercase letter.
- Must contain at least one lowercase letter.
- Must contain one number.
- Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), " (double quote), \, /, @, or space.

C# |
public string MasterUserPassword { get; set; }