CredentialCreateOrUpdateProperties 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
CredentialCreateOrUpdateProperties()
public CredentialCreateOrUpdateProperties();
Public Sub New ()
Applies to
CredentialCreateOrUpdateProperties(String, String)
public CredentialCreateOrUpdateProperties(string userName, string password);
new Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateProperties : string * string -> Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateProperties
Public Sub New (userName As String, password As String)
Parameters
- userName
- String
- password
- String