ICredentialOperations.CreateAsync 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.
Create a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateResponse> CreateAsync (string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : string * Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateResponse>
Public Function CreateAsync (automationAccount As String, parameters As CredentialCreateParameters, cancellationToken As CancellationToken) As Task(Of CredentialCreateResponse)
Parameters
- automationAccount
- String
The automation account name.
- parameters
- CredentialCreateParameters
The parameters supplied to the create credential operation.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The response model for the create credential operation.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.