CredentialCreateProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CredentialCreateProperties() |
Initializes a new instance of the CredentialCreateProperties class. |
CredentialCreateProperties(String, String) |
Initializes a new instance of the CredentialCreateProperties class with required arguments. |
CredentialCreateProperties()
Initializes a new instance of the CredentialCreateProperties class.
public CredentialCreateProperties ();
Public Sub New ()
Applies to
CredentialCreateProperties(String, String)
Initializes a new instance of the CredentialCreateProperties class with required arguments.
public CredentialCreateProperties (string userName, string password);
new Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateProperties : string * string -> Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateProperties
Public Sub New (userName As String, password As String)
Parameters
- userName
- String
- password
- String