Condividi tramite


IIntegrationAccountsOperations Interface

Definition

public interface IIntegrationAccountsOperations
type IIntegrationAccountsOperations = interface
Public Interface IIntegrationAccountsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, IntegrationAccountInner, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetCallbackUrlWithHttpMessagesAsync(String, String, GetCallbackUrlParametersInner, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListByResourceGroupWithHttpMessagesAsync(String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListBySubscriptionWithHttpMessagesAsync(Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
UpdateWithHttpMessagesAsync(String, String, IntegrationAccountInner, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

CreateOrUpdateAsync(IIntegrationAccountsOperations, String, String, IntegrationAccountInner, CancellationToken)
DeleteAsync(IIntegrationAccountsOperations, String, String, CancellationToken)
GetAsync(IIntegrationAccountsOperations, String, String, CancellationToken)
GetCallbackUrlAsync(IIntegrationAccountsOperations, String, String, GetCallbackUrlParametersInner, CancellationToken)
ListByResourceGroupAsync(IIntegrationAccountsOperations, String, Nullable<Int32>, CancellationToken)
ListByResourceGroupNextAsync(IIntegrationAccountsOperations, String, CancellationToken)
ListBySubscriptionAsync(IIntegrationAccountsOperations, Nullable<Int32>, CancellationToken)
ListBySubscriptionNextAsync(IIntegrationAccountsOperations, String, CancellationToken)
UpdateAsync(IIntegrationAccountsOperations, String, String, IntegrationAccountInner, CancellationToken)

Applies to