ICredentialOperations.GetAsync Method (String, String, CancellationToken)
Retrieve the credential identified by credential name. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Function GetAsync ( automationAccount As String, credentialName As String, cancellationToken As CancellationToken ) As Task(Of CredentialGetResponse)
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- credentialName
-
Type:
System.String
The name of credential.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of CredentialGetResponse)The response model for the get credential operation.
Show: