AutomationCredentialCreateOrUpdateContent(String, String, String) Constructor
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.
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.