Share via


CredentialUpdateParameters Constructors

Definition

Overloads

CredentialUpdateParameters()

Initializes a new instance of the CredentialUpdateParameters class.

CredentialUpdateParameters(String, String, String, String)

Initializes a new instance of the CredentialUpdateParameters class.

CredentialUpdateParameters()

Initializes a new instance of the CredentialUpdateParameters class.

public CredentialUpdateParameters ();
Public Sub New ()

Applies to

CredentialUpdateParameters(String, String, String, String)

Initializes a new instance of the CredentialUpdateParameters class.

public CredentialUpdateParameters (string name = default, string userName = default, string password = default, string description = default);
new Microsoft.Azure.Management.Automation.Models.CredentialUpdateParameters : string * string * string * string -> Microsoft.Azure.Management.Automation.Models.CredentialUpdateParameters
Public Sub New (Optional name As String = Nothing, Optional userName As String = Nothing, Optional password As String = Nothing, 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