ICredentialOperations Interface

Definition

Service operation for automation credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

public interface ICredentialOperations
type ICredentialOperations = interface
Public Interface ICredentialOperations

Methods

CreateAsync(String, CredentialCreateParameters, CancellationToken)

Create a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

DeleteAsync(String, String, CancellationToken)

Delete the credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

GetAsync(String, String, CancellationToken)

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

ListAsync(String, CancellationToken)

Retrieve a list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

ListNextAsync(String, CancellationToken)

Retrieve next list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

UpdateAsync(String, CredentialUpdateParameters, CancellationToken)

Update a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

Extension Methods

Create(ICredentialOperations, String, CredentialCreateParameters)

Create a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

CreateAsync(ICredentialOperations, String, CredentialCreateParameters)

Create a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

Delete(ICredentialOperations, String, String)

Delete the credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

DeleteAsync(ICredentialOperations, String, String)

Delete the credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

Get(ICredentialOperations, String, String)

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

GetAsync(ICredentialOperations, String, String)

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

List(ICredentialOperations, String)

Retrieve a list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

ListAsync(ICredentialOperations, String)

Retrieve a list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

ListNext(ICredentialOperations, String)

Retrieve next list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

ListNextAsync(ICredentialOperations, String)

Retrieve next list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

Update(ICredentialOperations, String, CredentialUpdateParameters)

Update a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

UpdateAsync(ICredentialOperations, String, CredentialUpdateParameters)

Update a credential. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

Applies to