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