Aracılığıyla paylaş


IntegrationAccounts interface

IntegrationAccounts'i temsil eden arabirim.

Yöntemler

createOrUpdate(string, string, IntegrationAccount, IntegrationAccountsCreateOrUpdateOptionalParams)

Tümleştirme hesabı oluşturur veya güncelleştirir.

delete(string, string, IntegrationAccountsDeleteOptionalParams)

Tümleştirme hesabını siler.

get(string, string, IntegrationAccountsGetOptionalParams)

Bir tümleştirme hesabı alır.

listByResourceGroup(string, IntegrationAccountsListByResourceGroupOptionalParams)

Kaynak grubuna göre tümleştirme hesaplarının listesini alır.

listBySubscription(IntegrationAccountsListBySubscriptionOptionalParams)

Aboneliğe göre tümleştirme hesaplarının listesini alır.

listCallbackUrl(string, string, GetCallbackUrlParameters, IntegrationAccountsListCallbackUrlOptionalParams)

Tümleştirme hesabı geri çağırma URL'sini alır.

listKeyVaultKeys(string, string, ListKeyVaultKeysDefinition, IntegrationAccountsListKeyVaultKeysOptionalParams)

Tümleştirme hesabının Key Vault anahtarlarını alır.

logTrackingEvents(string, string, TrackingEventsDefinition, IntegrationAccountsLogTrackingEventsOptionalParams)

Tümleştirme hesabının izleme olaylarını günlüğe kaydeder.

regenerateAccessKey(string, string, RegenerateActionParameter, IntegrationAccountsRegenerateAccessKeyOptionalParams)

Tümleştirme hesabı erişim anahtarını yeniden oluşturur.

update(string, string, IntegrationAccount, IntegrationAccountsUpdateOptionalParams)

Tümleştirme hesabını güncelleştirir.

Yöntem Ayrıntıları

createOrUpdate(string, string, IntegrationAccount, IntegrationAccountsCreateOrUpdateOptionalParams)

Tümleştirme hesabı oluşturur veya güncelleştirir.

function createOrUpdate(resourceGroupName: string, integrationAccountName: string, integrationAccount: IntegrationAccount, options?: IntegrationAccountsCreateOrUpdateOptionalParams): Promise<IntegrationAccount>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

integrationAccount
IntegrationAccount

Tümleştirme hesabı.

options
IntegrationAccountsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

delete(string, string, IntegrationAccountsDeleteOptionalParams)

Tümleştirme hesabını siler.

function delete(resourceGroupName: string, integrationAccountName: string, options?: IntegrationAccountsDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

options
IntegrationAccountsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, IntegrationAccountsGetOptionalParams)

Bir tümleştirme hesabı alır.

function get(resourceGroupName: string, integrationAccountName: string, options?: IntegrationAccountsGetOptionalParams): Promise<IntegrationAccount>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

options
IntegrationAccountsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByResourceGroup(string, IntegrationAccountsListByResourceGroupOptionalParams)

Kaynak grubuna göre tümleştirme hesaplarının listesini alır.

function listByResourceGroup(resourceGroupName: string, options?: IntegrationAccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IntegrationAccount, IntegrationAccount[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

options
IntegrationAccountsListByResourceGroupOptionalParams

Seçenekler parametreleri.

Döndürülenler

listBySubscription(IntegrationAccountsListBySubscriptionOptionalParams)

Aboneliğe göre tümleştirme hesaplarının listesini alır.

function listBySubscription(options?: IntegrationAccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IntegrationAccount, IntegrationAccount[], PageSettings>

Parametreler

options
IntegrationAccountsListBySubscriptionOptionalParams

Seçenekler parametreleri.

Döndürülenler

listCallbackUrl(string, string, GetCallbackUrlParameters, IntegrationAccountsListCallbackUrlOptionalParams)

Tümleştirme hesabı geri çağırma URL'sini alır.

function listCallbackUrl(resourceGroupName: string, integrationAccountName: string, parameters: GetCallbackUrlParameters, options?: IntegrationAccountsListCallbackUrlOptionalParams): Promise<CallbackUrl>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

parameters
GetCallbackUrlParameters

Geri çağırma URL'si parametreleri.

options
IntegrationAccountsListCallbackUrlOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<CallbackUrl>

listKeyVaultKeys(string, string, ListKeyVaultKeysDefinition, IntegrationAccountsListKeyVaultKeysOptionalParams)

Tümleştirme hesabının Key Vault anahtarlarını alır.

function listKeyVaultKeys(resourceGroupName: string, integrationAccountName: string, listKeyVaultKeys: ListKeyVaultKeysDefinition, options?: IntegrationAccountsListKeyVaultKeysOptionalParams): PagedAsyncIterableIterator<KeyVaultKey, KeyVaultKey[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

listKeyVaultKeys
ListKeyVaultKeysDefinition

Anahtar kasası parametreleri.

options
IntegrationAccountsListKeyVaultKeysOptionalParams

Seçenekler parametreleri.

Döndürülenler

logTrackingEvents(string, string, TrackingEventsDefinition, IntegrationAccountsLogTrackingEventsOptionalParams)

Tümleştirme hesabının izleme olaylarını günlüğe kaydeder.

function logTrackingEvents(resourceGroupName: string, integrationAccountName: string, logTrackingEvents: TrackingEventsDefinition, options?: IntegrationAccountsLogTrackingEventsOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

logTrackingEvents
TrackingEventsDefinition

Geri çağırma URL'si parametreleri.

options
IntegrationAccountsLogTrackingEventsOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

regenerateAccessKey(string, string, RegenerateActionParameter, IntegrationAccountsRegenerateAccessKeyOptionalParams)

Tümleştirme hesabı erişim anahtarını yeniden oluşturur.

function regenerateAccessKey(resourceGroupName: string, integrationAccountName: string, regenerateAccessKey: RegenerateActionParameter, options?: IntegrationAccountsRegenerateAccessKeyOptionalParams): Promise<IntegrationAccount>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

regenerateAccessKey
RegenerateActionParameter

Erişim anahtarı türü.

options
IntegrationAccountsRegenerateAccessKeyOptionalParams

Seçenekler parametreleri.

Döndürülenler

update(string, string, IntegrationAccount, IntegrationAccountsUpdateOptionalParams)

Tümleştirme hesabını güncelleştirir.

function update(resourceGroupName: string, integrationAccountName: string, integrationAccount: IntegrationAccount, options?: IntegrationAccountsUpdateOptionalParams): Promise<IntegrationAccount>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

integrationAccount
IntegrationAccount

Tümleştirme hesabı.

options
IntegrationAccountsUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler