Compartilhar via


ICredentialOperations Interface

Definição

Operações credentialOperations.

public interface ICredentialOperations
type ICredentialOperations = interface
Public Interface ICredentialOperations

Métodos

CreateOrUpdateAsync(String, String, CredentialCreateOrUpdateParameters, CancellationToken)

Operações credentialOperations.

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

Crie uma credencial. http://aka.ms/azureautomationsdk/credentialoperations

DeleteAsync(String, String, String, CancellationToken)

Operações credentialOperations.

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

Exclua a credencial. http://aka.ms/azureautomationsdk/credentialoperations

GetAsync(String, String, String, CancellationToken)

Operações credentialOperations.

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

Recupere a credencial identificada pelo nome da credencial. http://aka.ms/azureautomationsdk/credentialoperations

ListAsync(String, String, CancellationToken)

Operações credentialOperations.

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

Recupere uma lista de credenciais. http://aka.ms/azureautomationsdk/credentialoperations

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

Recupere uma lista de credenciais. http://aka.ms/azureautomationsdk/credentialoperations

ListNextAsync(String, CancellationToken)

Operações credentialOperations.

PatchAsync(String, String, CredentialPatchParameters, CancellationToken)

Operações credentialOperations.

UpdateWithHttpMessagesAsync(String, String, String, CredentialUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Atualizar uma credencial. http://aka.ms/azureautomationsdk/credentialoperations

Métodos de Extensão

CreateOrUpdate(ICredentialOperations, String, String, CredentialCreateOrUpdateParameters)

Operações credentialOperations.

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

Crie uma credencial. http://aka.ms/azureautomationsdk/credentialoperations

CreateOrUpdateAsync(ICredentialOperations, String, String, CredentialCreateOrUpdateParameters)

Operações credentialOperations.

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

Crie uma credencial. http://aka.ms/azureautomationsdk/credentialoperations

Delete(ICredentialOperations, String, String, String)

Exclua a credencial. http://aka.ms/azureautomationsdk/credentialoperations

DeleteAsync(ICredentialOperations, String, String, String)

Operações credentialOperations.

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

Exclua a credencial. http://aka.ms/azureautomationsdk/credentialoperations

Get(ICredentialOperations, String, String, String)

Recupere a credencial identificada pelo nome da credencial. http://aka.ms/azureautomationsdk/credentialoperations

GetAsync(ICredentialOperations, String, String, String)

Operações credentialOperations.

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

Recupere a credencial identificada pelo nome da credencial. http://aka.ms/azureautomationsdk/credentialoperations

List(ICredentialOperations, String, String)

Operações credentialOperations.

ListAsync(ICredentialOperations, String, String)

Operações credentialOperations.

ListByAutomationAccount(ICredentialOperations, String, String)

Recupere uma lista de credenciais. http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountAsync(ICredentialOperations, String, String, CancellationToken)

Recupere uma lista de credenciais. http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountNext(ICredentialOperations, String)

Recupere uma lista de credenciais. http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountNextAsync(ICredentialOperations, String, CancellationToken)

Recupere uma lista de credenciais. http://aka.ms/azureautomationsdk/credentialoperations

ListNext(ICredentialOperations, String)

Operações credentialOperations.

ListNextAsync(ICredentialOperations, String)

Operações credentialOperations.

Patch(ICredentialOperations, String, String, CredentialPatchParameters)

Operações credentialOperations.

PatchAsync(ICredentialOperations, String, String, CredentialPatchParameters)

Operações credentialOperations.

Update(ICredentialOperations, String, String, String, CredentialUpdateParameters)

Atualizar uma credencial. http://aka.ms/azureautomationsdk/credentialoperations

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

Atualizar uma credencial. http://aka.ms/azureautomationsdk/credentialoperations

Aplica-se a