ICredentialOperations.DeleteAsync Method (String, String, CancellationToken)
Delete the credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<AzureOperationResponse> DeleteAsync( string automationAccount, string credentialName, CancellationToken cancellationToken )
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<AzureOperationResponse>A standard service response including an HTTP status code and request ID.
Show: