共用方式為


ICredentialOperations 介面

定義

CredentialOperations 作業。

public interface ICredentialOperations
type ICredentialOperations = interface
Public Interface ICredentialOperations

方法

CreateOrUpdateAsync(String, String, CredentialCreateOrUpdateParameters, CancellationToken)

CredentialOperations 作業。

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

建立認證。 http://aka.ms/azureautomationsdk/credentialoperations

DeleteAsync(String, String, String, CancellationToken)

CredentialOperations 作業。

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

刪除認證。 http://aka.ms/azureautomationsdk/credentialoperations

GetAsync(String, String, String, CancellationToken)

CredentialOperations 作業。

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

擷取認證名稱所識別的認證。 http://aka.ms/azureautomationsdk/credentialoperations

ListAsync(String, String, CancellationToken)

CredentialOperations 作業。

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

擷取認證清單。 http://aka.ms/azureautomationsdk/credentialoperations

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

擷取認證清單。 http://aka.ms/azureautomationsdk/credentialoperations

ListNextAsync(String, CancellationToken)

CredentialOperations 作業。

PatchAsync(String, String, CredentialPatchParameters, CancellationToken)

CredentialOperations 作業。

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

更新認證。 http://aka.ms/azureautomationsdk/credentialoperations

擴充方法

CreateOrUpdate(ICredentialOperations, String, String, CredentialCreateOrUpdateParameters)

CredentialOperations 作業。

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

建立認證。 http://aka.ms/azureautomationsdk/credentialoperations

CreateOrUpdateAsync(ICredentialOperations, String, String, CredentialCreateOrUpdateParameters)

CredentialOperations 作業。

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

建立認證。 http://aka.ms/azureautomationsdk/credentialoperations

Delete(ICredentialOperations, String, String, String)

刪除認證。 http://aka.ms/azureautomationsdk/credentialoperations

DeleteAsync(ICredentialOperations, String, String, String)

CredentialOperations 作業。

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

刪除認證。 http://aka.ms/azureautomationsdk/credentialoperations

Get(ICredentialOperations, String, String, String)

擷取認證名稱所識別的認證。 http://aka.ms/azureautomationsdk/credentialoperations

GetAsync(ICredentialOperations, String, String, String)

CredentialOperations 作業。

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

擷取認證名稱所識別的認證。 http://aka.ms/azureautomationsdk/credentialoperations

List(ICredentialOperations, String, String)

CredentialOperations 作業。

ListAsync(ICredentialOperations, String, String)

CredentialOperations 作業。

ListByAutomationAccount(ICredentialOperations, String, String)

擷取認證清單。 http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountAsync(ICredentialOperations, String, String, CancellationToken)

擷取認證清單。 http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountNext(ICredentialOperations, String)

擷取認證清單。 http://aka.ms/azureautomationsdk/credentialoperations

ListByAutomationAccountNextAsync(ICredentialOperations, String, CancellationToken)

擷取認證清單。 http://aka.ms/azureautomationsdk/credentialoperations

ListNext(ICredentialOperations, String)

CredentialOperations 作業。

ListNextAsync(ICredentialOperations, String)

CredentialOperations 作業。

Patch(ICredentialOperations, String, String, CredentialPatchParameters)

CredentialOperations 作業。

PatchAsync(ICredentialOperations, String, String, CredentialPatchParameters)

CredentialOperations 作業。

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

更新認證。 http://aka.ms/azureautomationsdk/credentialoperations

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

更新認證。 http://aka.ms/azureautomationsdk/credentialoperations

適用於