Share via


CredentialCreateProperties Constructor (String, String)

 

Initializes a new instance of the CredentialCreateProperties class with required arguments.

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

Syntax

public CredentialCreateProperties(
    string userName,
    string password
)
public:
CredentialCreateProperties(
    String^ userName,
    String^ password
)
new : 
        userName:string *
        password:string -> CredentialCreateProperties
Public Sub New (
    userName As String,
    password As String
)

See Also

CredentialCreateProperties Overload
CredentialCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top