IntegrationAccountBatchConfigurations interface
IntegrationAccountBatchConfigurations'i temsil eden arabirim.
Yöntemler
| create |
Tümleştirme hesabı için toplu yapılandırma oluşturma veya güncelleştirme. |
| delete(string, string, string, Integration |
Tümleştirme hesabı için toplu iş yapılandırmasını silme. |
| get(string, string, string, Integration |
Tümleştirme hesabı için toplu yapılandırma alma. |
| list(string, string, Integration |
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<BatchConfiguration>
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ı.
Seçenekler parametreleri.
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<BatchConfiguration>
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ı.
Seçenekler parametreleri.