ICredentialOperations Interface

Definition

CredentialOperations operations.

public interface ICredentialOperations
type ICredentialOperations = interface
Public Interface ICredentialOperations

Methods

CreateOrUpdateAsync(String, String, CredentialCreateOrUpdateParameters, CancellationToken)
CreateOrUpdateWithHttpMessagesAsync(String, String, String, CredentialCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

DeleteAsync(String, String, String, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetAsync(String, String, String, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListAsync(String, String, CancellationToken)
ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByAutomationAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextAsync(String, CancellationToken)
PatchAsync(String, String, CredentialPatchParameters, CancellationToken)
UpdateWithHttpMessagesAsync(String, String, String, CredentialUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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