IAutomationPSClient.CreateCredential Method
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.
public Microsoft.Azure.Commands.Automation.Model.CredentialInfo CreateCredential (string resourceGroupName, string automationAccountName, string name, string userName, string password, string description);
abstract member CreateCredential : string * string * string * string * string * string -> Microsoft.Azure.Commands.Automation.Model.CredentialInfo
Public Function CreateCredential (resourceGroupName As String, automationAccountName As String, name As String, userName As String, password As String, description As String) As CredentialInfo
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- name
- String
- userName
- String
- password
- String
- description
- String