Compartilhar via


CredentialOperationsExtensions Classe

Definição

public static class CredentialOperationsExtensions
type CredentialOperationsExtensions = class
Public Module CredentialOperationsExtensions
Herança
CredentialOperationsExtensions

Métodos

Create(ICredentialOperations, String, CredentialCreateParameters)

Crie uma credencial. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

CreateAsync(ICredentialOperations, String, CredentialCreateParameters)

Crie uma credencial. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

Delete(ICredentialOperations, String, String)

Exclua a credencial. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

DeleteAsync(ICredentialOperations, String, String)

Exclua a credencial. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

Get(ICredentialOperations, String, String)

Recupere a credencial identificada pelo nome da credencial. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

GetAsync(ICredentialOperations, String, String)

Recupere a credencial identificada pelo nome da credencial. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

List(ICredentialOperations, String)

Recupere uma lista de credenciais. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

ListAsync(ICredentialOperations, String)

Recupere uma lista de credenciais. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

ListNext(ICredentialOperations, String)

Recupere a próxima lista de credenciais. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

ListNextAsync(ICredentialOperations, String)

Recupere a próxima lista de credenciais. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

Update(ICredentialOperations, String, CredentialUpdateParameters)

Atualizar uma credencial. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

UpdateAsync(ICredentialOperations, String, CredentialUpdateParameters)

Atualizar uma credencial. (consulte http://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

Aplica-se a