ConfigurationSet.UserPassword Property

 

Gets or sets the password for the user account.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

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

Property Value

Type: System.String

The password for user name.

Remarks

This property is used with the LinuxProvisioningConfiguration configuration type.

Passwords must be 6 to 72 characters long.

See Also

ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top