CredentialCreateOrUpdateParameters 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
CredentialCreateOrUpdateParameters() |
Initializes a new instance of the CredentialCreateOrUpdateParameters class. |
CredentialCreateOrUpdateParameters(String, CredentialCreateOrUpdateProperties) | |
CredentialCreateOrUpdateParameters(String, String, String, String) |
Initializes a new instance of the CredentialCreateOrUpdateParameters class. |
CredentialCreateOrUpdateParameters()
Initializes a new instance of the CredentialCreateOrUpdateParameters class.
public CredentialCreateOrUpdateParameters ();
Public Sub New ()
Applies to
CredentialCreateOrUpdateParameters(String, CredentialCreateOrUpdateProperties)
public CredentialCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters
Public Sub New (name As String, properties As CredentialCreateOrUpdateProperties)
Parameters
- name
- String
- properties
- CredentialCreateOrUpdateProperties
Applies to
CredentialCreateOrUpdateParameters(String, String, String, String)
Initializes a new instance of the CredentialCreateOrUpdateParameters class.
public CredentialCreateOrUpdateParameters (string name, string userName, string password, string description = default);
new Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters : string * string * string * string -> Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters
Public Sub New (name As String, userName As String, password As String, Optional description As String = Nothing)
Parameters
- name
- String
Gets or sets the name of the credential.
- userName
- String
Gets or sets the user name of the credential.
- password
- String
Gets or sets the password of the credential.
- description
- String
Gets or sets the description of the credential.
Applies to
Azure SDK for .NET