ICredentialOperations.CreateAsync Method (String, CredentialCreateParameters, CancellationToken)
Create a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Function CreateAsync ( automationAccount As String, parameters As CredentialCreateParameters, cancellationToken As CancellationToken ) As Task(Of CredentialCreateResponse)
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters
The parameters supplied to the create credential operation.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of CredentialCreateResponse)The response model for the create credential operation.
Show: