Aracılığıyla paylaş


IntegrationAccountBatchConfigurations interface

IntegrationAccountBatchConfigurations'i temsil eden arabirim.

Yöntemler

createOrUpdate(string, string, string, BatchConfiguration, IntegrationAccountBatchConfigurationsCreateOrUpdateOptionalParams)

Tümleştirme hesabı için toplu yapılandırma oluşturma veya güncelleştirme.

delete(string, string, string, IntegrationAccountBatchConfigurationsDeleteOptionalParams)

Tümleştirme hesabı için toplu iş yapılandırmasını silme.

get(string, string, string, IntegrationAccountBatchConfigurationsGetOptionalParams)

Tümleştirme hesabı için toplu yapılandırma alma.

list(string, string, IntegrationAccountBatchConfigurationsListOptionalParams)

Tümleştirme hesabı için toplu iş yapılandırmalarını listeleyin.

Yöntem Ayrıntıları

createOrUpdate(string, string, string, BatchConfiguration, IntegrationAccountBatchConfigurationsCreateOrUpdateOptionalParams)

Tümleştirme hesabı için toplu yapılandırma oluşturma veya güncelleştirme.

function createOrUpdate(resourceGroupName: string, integrationAccountName: string, batchConfigurationName: string, batchConfiguration: BatchConfiguration, options?: IntegrationAccountBatchConfigurationsCreateOrUpdateOptionalParams): Promise<BatchConfiguration>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

batchConfigurationName

string

Toplu iş yapılandırma adı.

batchConfiguration
BatchConfiguration

Toplu iş yapılandırması.

Döndürülenler

delete(string, string, string, IntegrationAccountBatchConfigurationsDeleteOptionalParams)

Tümleştirme hesabı için toplu iş yapılandırmasını silme.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

batchConfigurationName

string

Toplu iş yapılandırma adı.

Döndürülenler

Promise<void>

get(string, string, string, IntegrationAccountBatchConfigurationsGetOptionalParams)

Tümleştirme hesabı için toplu yapılandırma alma.

function get(resourceGroupName: string, integrationAccountName: string, batchConfigurationName: string, options?: IntegrationAccountBatchConfigurationsGetOptionalParams): Promise<BatchConfiguration>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

batchConfigurationName

string

Toplu iş yapılandırma adı.

options
IntegrationAccountBatchConfigurationsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

list(string, string, IntegrationAccountBatchConfigurationsListOptionalParams)

Tümleştirme hesabı için toplu iş yapılandırmalarını listeleyin.

function list(resourceGroupName: string, integrationAccountName: string, options?: IntegrationAccountBatchConfigurationsListOptionalParams): PagedAsyncIterableIterator<BatchConfiguration, BatchConfiguration[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

options
IntegrationAccountBatchConfigurationsListOptionalParams

Seçenekler parametreleri.

Döndürülenler