CredentialOperationsExtensions Class

Definition

Extension methods for CredentialOperations.

public static class CredentialOperationsExtensions
type CredentialOperationsExtensions = class
Public Module CredentialOperationsExtensions
Inheritance
CredentialOperationsExtensions

Methods

CreateOrUpdate(ICredentialOperations, String, String, CredentialCreateOrUpdateParameters)
CreateOrUpdate(ICredentialOperations, String, String, String, CredentialCreateOrUpdateParameters)

Create a credential. http://aka.ms/azureautomationsdk/credentialoperations

CreateOrUpdateAsync(ICredentialOperations, String, String, CredentialCreateOrUpdateParameters)
CreateOrUpdateAsync(ICredentialOperations, String, String, String, CredentialCreateOrUpdateParameters, CancellationToken)

Create a credential. http://aka.ms/azureautomationsdk/credentialoperations

Delete(ICredentialOperations, String, String, String)

Delete the credential. http://aka.ms/azureautomationsdk/credentialoperations

DeleteAsync(ICredentialOperations, String, String, String)
DeleteAsync(ICredentialOperations, String, String, String, CancellationToken)

Delete the credential. http://aka.ms/azureautomationsdk/credentialoperations

Get(ICredentialOperations, String, String, String)

Retrieve the credential identified by credential name. http://aka.ms/azureautomationsdk/credentialoperations

GetAsync(ICredentialOperations, String, String, String)
GetAsync(ICredentialOperations, String, String, String, CancellationToken)

Retrieve the credential identified by credential name. http://aka.ms/azureautomationsdk/credentialoperations

List(ICredentialOperations, String, String)
ListAsync(ICredentialOperations, String, String)
ListByAutomationAccount(ICredentialOperations, String, String)

Retrieve a list of credentials. http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountAsync(ICredentialOperations, String, String, CancellationToken)

Retrieve a list of credentials. http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountNext(ICredentialOperations, String)

Retrieve a list of credentials. http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountNextAsync(ICredentialOperations, String, CancellationToken)

Retrieve a list of credentials. http://aka.ms/azureautomationsdk/credentialoperations

ListNext(ICredentialOperations, String)
ListNextAsync(ICredentialOperations, String)
Patch(ICredentialOperations, String, String, CredentialPatchParameters)
PatchAsync(ICredentialOperations, String, String, CredentialPatchParameters)
Update(ICredentialOperations, String, String, String, CredentialUpdateParameters)

Update a credential. http://aka.ms/azureautomationsdk/credentialoperations

UpdateAsync(ICredentialOperations, String, String, String, CredentialUpdateParameters, CancellationToken)

Update a credential. http://aka.ms/azureautomationsdk/credentialoperations

Applies to