CredentialOperationsExtensions Class

Definition

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

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