ICredentialOperations.GetAsync Method (String, String, CancellationToken)

 

Retrieve the credential identified by credential name. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
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.

Return to top
Show: