Freigeben über


ICredentialOperations Schnittstelle

Definition

CredentialOperations-Vorgänge.

public interface ICredentialOperations
type ICredentialOperations = interface
Public Interface ICredentialOperations

Methoden

CreateOrUpdateAsync(String, String, CredentialCreateOrUpdateParameters, CancellationToken)

CredentialOperations-Vorgänge.

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

Erstellen Sie Anmeldeinformationen. http://aka.ms/azureautomationsdk/credentialoperations

DeleteAsync(String, String, String, CancellationToken)

CredentialOperations-Vorgänge.

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

Löschen Sie die Anmeldeinformationen. http://aka.ms/azureautomationsdk/credentialoperations

GetAsync(String, String, String, CancellationToken)

CredentialOperations-Vorgänge.

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

Rufen Sie die durch den Anmeldeinformationsnamen identifizierten Anmeldeinformationen ab. http://aka.ms/azureautomationsdk/credentialoperations

ListAsync(String, String, CancellationToken)

CredentialOperations-Vorgänge.

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

Rufen Sie eine Liste mit Anmeldeinformationen ab. http://aka.ms/azureautomationsdk/credentialoperations

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

Rufen Sie eine Liste mit Anmeldeinformationen ab. http://aka.ms/azureautomationsdk/credentialoperations

ListNextAsync(String, CancellationToken)

CredentialOperations-Vorgänge.

PatchAsync(String, String, CredentialPatchParameters, CancellationToken)

CredentialOperations-Vorgänge.

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

Aktualisieren sie anmeldeinformationen. http://aka.ms/azureautomationsdk/credentialoperations

Erweiterungsmethoden

CreateOrUpdate(ICredentialOperations, String, String, CredentialCreateOrUpdateParameters)

CredentialOperations-Vorgänge.

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

Erstellen Sie Anmeldeinformationen. http://aka.ms/azureautomationsdk/credentialoperations

CreateOrUpdateAsync(ICredentialOperations, String, String, CredentialCreateOrUpdateParameters)

CredentialOperations-Vorgänge.

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

Erstellen Sie Anmeldeinformationen. http://aka.ms/azureautomationsdk/credentialoperations

Delete(ICredentialOperations, String, String, String)

Löschen Sie die Anmeldeinformationen. http://aka.ms/azureautomationsdk/credentialoperations

DeleteAsync(ICredentialOperations, String, String, String)

CredentialOperations-Vorgänge.

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

Löschen Sie die Anmeldeinformationen. http://aka.ms/azureautomationsdk/credentialoperations

Get(ICredentialOperations, String, String, String)

Rufen Sie die durch den Anmeldeinformationsnamen identifizierten Anmeldeinformationen ab. http://aka.ms/azureautomationsdk/credentialoperations

GetAsync(ICredentialOperations, String, String, String)

CredentialOperations-Vorgänge.

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

Rufen Sie die durch den Anmeldeinformationsnamen identifizierten Anmeldeinformationen ab. http://aka.ms/azureautomationsdk/credentialoperations

List(ICredentialOperations, String, String)

CredentialOperations-Vorgänge.

ListAsync(ICredentialOperations, String, String)

CredentialOperations-Vorgänge.

ListByAutomationAccount(ICredentialOperations, String, String)

Rufen Sie eine Liste mit Anmeldeinformationen ab. http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountAsync(ICredentialOperations, String, String, CancellationToken)

Rufen Sie eine Liste mit Anmeldeinformationen ab. http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountNext(ICredentialOperations, String)

Rufen Sie eine Liste mit Anmeldeinformationen ab. http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountNextAsync(ICredentialOperations, String, CancellationToken)

Rufen Sie eine Liste mit Anmeldeinformationen ab. http://aka.ms/azureautomationsdk/credentialoperations

ListNext(ICredentialOperations, String)

CredentialOperations-Vorgänge.

ListNextAsync(ICredentialOperations, String)

CredentialOperations-Vorgänge.

Patch(ICredentialOperations, String, String, CredentialPatchParameters)

CredentialOperations-Vorgänge.

PatchAsync(ICredentialOperations, String, String, CredentialPatchParameters)

CredentialOperations-Vorgänge.

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

Aktualisieren sie anmeldeinformationen. http://aka.ms/azureautomationsdk/credentialoperations

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

Aktualisieren sie anmeldeinformationen. http://aka.ms/azureautomationsdk/credentialoperations

Gilt für: