Share via


IConnectionOperations Rozhraní

Definice

Operace ConnectionOperations.

public interface IConnectionOperations
type IConnectionOperations = interface
Public Interface IConnectionOperations

Metody

CreateOrUpdateAsync(String, String, ConnectionCreateOrUpdateParameters, CancellationToken)

Operace ConnectionOperations.

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

Vytvořte nebo aktualizujte připojení. http://aka.ms/azureautomationsdk/connectionoperations

DeleteAsync(String, String, String, CancellationToken)

Operace ConnectionOperations.

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

Odstraňte připojení. http://aka.ms/azureautomationsdk/connectionoperations

GetAsync(String, String, String, CancellationToken)

Operace ConnectionOperations.

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

Načte připojení identifikované názvem připojení. http://aka.ms/azureautomationsdk/connectionoperations

ListAsync(String, String, CancellationToken)

Operace ConnectionOperations.

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

Načte seznam připojení. http://aka.ms/azureautomationsdk/connectionoperations

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

Načte seznam připojení. http://aka.ms/azureautomationsdk/connectionoperations

ListNextAsync(String, CancellationToken)

Operace ConnectionOperations.

PatchAsync(String, String, ConnectionPatchParameters, CancellationToken)

Operace ConnectionOperations.

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

Aktualizujte připojení. http://aka.ms/azureautomationsdk/connectionoperations

Metody rozšíření

CreateOrUpdate(IConnectionOperations, String, String, ConnectionCreateOrUpdateParameters)

Operace ConnectionOperations.

CreateOrUpdate(IConnectionOperations, String, String, String, ConnectionCreateOrUpdateParameters)

Vytvořte nebo aktualizujte připojení. http://aka.ms/azureautomationsdk/connectionoperations

CreateOrUpdateAsync(IConnectionOperations, String, String, ConnectionCreateOrUpdateParameters)

Operace ConnectionOperations.

CreateOrUpdateAsync(IConnectionOperations, String, String, String, ConnectionCreateOrUpdateParameters, CancellationToken)

Vytvořte nebo aktualizujte připojení. http://aka.ms/azureautomationsdk/connectionoperations

Delete(IConnectionOperations, String, String, String)

Odstraňte připojení. http://aka.ms/azureautomationsdk/connectionoperations

DeleteAsync(IConnectionOperations, String, String, String)

Operace ConnectionOperations.

DeleteAsync(IConnectionOperations, String, String, String, CancellationToken)

Odstraňte připojení. http://aka.ms/azureautomationsdk/connectionoperations

Get(IConnectionOperations, String, String, String)

Načte připojení identifikované názvem připojení. http://aka.ms/azureautomationsdk/connectionoperations

GetAsync(IConnectionOperations, String, String, String)

Operace ConnectionOperations.

GetAsync(IConnectionOperations, String, String, String, CancellationToken)

Načte připojení identifikované názvem připojení. http://aka.ms/azureautomationsdk/connectionoperations

List(IConnectionOperations, String, String)

Operace ConnectionOperations.

ListAsync(IConnectionOperations, String, String)

Operace ConnectionOperations.

ListByAutomationAccount(IConnectionOperations, String, String)

Načte seznam připojení. http://aka.ms/azureautomationsdk/connectionoperations

ListByAutomationAccountAsync(IConnectionOperations, String, String, CancellationToken)

Načte seznam připojení. http://aka.ms/azureautomationsdk/connectionoperations

ListByAutomationAccountNext(IConnectionOperations, String)

Načte seznam připojení. http://aka.ms/azureautomationsdk/connectionoperations

ListByAutomationAccountNextAsync(IConnectionOperations, String, CancellationToken)

Načte seznam připojení. http://aka.ms/azureautomationsdk/connectionoperations

ListNext(IConnectionOperations, String)

Operace ConnectionOperations.

ListNextAsync(IConnectionOperations, String)

Operace ConnectionOperations.

Patch(IConnectionOperations, String, String, ConnectionPatchParameters)

Operace ConnectionOperations.

PatchAsync(IConnectionOperations, String, String, ConnectionPatchParameters)

Operace ConnectionOperations.

Update(IConnectionOperations, String, String, String, ConnectionUpdateParameters)

Aktualizujte připojení. http://aka.ms/azureautomationsdk/connectionoperations

UpdateAsync(IConnectionOperations, String, String, String, ConnectionUpdateParameters, CancellationToken)

Aktualizujte připojení. http://aka.ms/azureautomationsdk/connectionoperations

Platí pro