AutomationCredentialCreateOrUpdateContent(String, String, String) Constructor

Definition

Initializes a new instance of AutomationCredentialCreateOrUpdateContent.

public AutomationCredentialCreateOrUpdateContent (string name, string userName, string password);
new Azure.ResourceManager.Automation.Models.AutomationCredentialCreateOrUpdateContent : string * string * string -> Azure.ResourceManager.Automation.Models.AutomationCredentialCreateOrUpdateContent
Public Sub New (name As String, userName As String, password As String)

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.

Exceptions

name, userName or password is null.

Applies to