IntegrationServiceEnvironments interface

IntegrationServiceEnvironments を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams)

統合サービス環境を作成または更新します。

beginCreateOrUpdateAndWait(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams)

統合サービス環境を作成または更新します。

beginUpdate(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsUpdateOptionalParams)

統合サービス環境を更新します。

beginUpdateAndWait(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsUpdateOptionalParams)

統合サービス環境を更新します。

delete(string, string, IntegrationServiceEnvironmentsDeleteOptionalParams)

統合サービス環境を削除します。

get(string, string, IntegrationServiceEnvironmentsGetOptionalParams)

統合サービス環境を取得します。

listByResourceGroup(string, IntegrationServiceEnvironmentsListByResourceGroupOptionalParams)

リソース グループ別の統合サービス環境の一覧を取得します。

listBySubscription(IntegrationServiceEnvironmentsListBySubscriptionOptionalParams)

サブスクリプション別の統合サービス環境の一覧を取得します。

restart(string, string, IntegrationServiceEnvironmentsRestartOptionalParams)

統合サービス環境を再起動します。

メソッドの詳細

beginCreateOrUpdate(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams)

統合サービス環境を作成または更新します。

function beginCreateOrUpdate(resourceGroup: string, integrationServiceEnvironmentName: string, integrationServiceEnvironment: IntegrationServiceEnvironment, options?: IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<IntegrationServiceEnvironment>, IntegrationServiceEnvironment>>

パラメーター

resourceGroup

string

リソース グループ。

integrationServiceEnvironmentName

string

統合サービス環境の名前。

integrationServiceEnvironment
IntegrationServiceEnvironment

統合サービス環境。

options
IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<IntegrationServiceEnvironment>, IntegrationServiceEnvironment>>

beginCreateOrUpdateAndWait(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams)

統合サービス環境を作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroup: string, integrationServiceEnvironmentName: string, integrationServiceEnvironment: IntegrationServiceEnvironment, options?: IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams): Promise<IntegrationServiceEnvironment>

パラメーター

resourceGroup

string

リソース グループ。

integrationServiceEnvironmentName

string

統合サービス環境の名前。

integrationServiceEnvironment
IntegrationServiceEnvironment

統合サービス環境。

options
IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

beginUpdate(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsUpdateOptionalParams)

統合サービス環境を更新します。

function beginUpdate(resourceGroup: string, integrationServiceEnvironmentName: string, integrationServiceEnvironment: IntegrationServiceEnvironment, options?: IntegrationServiceEnvironmentsUpdateOptionalParams): Promise<PollerLike<PollOperationState<IntegrationServiceEnvironment>, IntegrationServiceEnvironment>>

パラメーター

resourceGroup

string

リソース グループ。

integrationServiceEnvironmentName

string

統合サービス環境の名前。

integrationServiceEnvironment
IntegrationServiceEnvironment

統合サービス環境。

options
IntegrationServiceEnvironmentsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<IntegrationServiceEnvironment>, IntegrationServiceEnvironment>>

beginUpdateAndWait(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsUpdateOptionalParams)

統合サービス環境を更新します。

function beginUpdateAndWait(resourceGroup: string, integrationServiceEnvironmentName: string, integrationServiceEnvironment: IntegrationServiceEnvironment, options?: IntegrationServiceEnvironmentsUpdateOptionalParams): Promise<IntegrationServiceEnvironment>

パラメーター

resourceGroup

string

リソース グループ。

integrationServiceEnvironmentName

string

統合サービス環境の名前。

integrationServiceEnvironment
IntegrationServiceEnvironment

統合サービス環境。

options
IntegrationServiceEnvironmentsUpdateOptionalParams

オプション パラメーター。

戻り値

delete(string, string, IntegrationServiceEnvironmentsDeleteOptionalParams)

統合サービス環境を削除します。

function delete(resourceGroup: string, integrationServiceEnvironmentName: string, options?: IntegrationServiceEnvironmentsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroup

string

リソース グループ。

integrationServiceEnvironmentName

string

統合サービス環境の名前。

options
IntegrationServiceEnvironmentsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, IntegrationServiceEnvironmentsGetOptionalParams)

統合サービス環境を取得します。

function get(resourceGroup: string, integrationServiceEnvironmentName: string, options?: IntegrationServiceEnvironmentsGetOptionalParams): Promise<IntegrationServiceEnvironment>

パラメーター

resourceGroup

string

リソース グループ。

integrationServiceEnvironmentName

string

統合サービス環境の名前。

options
IntegrationServiceEnvironmentsGetOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, IntegrationServiceEnvironmentsListByResourceGroupOptionalParams)

リソース グループ別の統合サービス環境の一覧を取得します。

function listByResourceGroup(resourceGroup: string, options?: IntegrationServiceEnvironmentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IntegrationServiceEnvironment, IntegrationServiceEnvironment[], PageSettings>

パラメーター

resourceGroup

string

リソース グループ。

options
IntegrationServiceEnvironmentsListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(IntegrationServiceEnvironmentsListBySubscriptionOptionalParams)

サブスクリプション別の統合サービス環境の一覧を取得します。

function listBySubscription(options?: IntegrationServiceEnvironmentsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IntegrationServiceEnvironment, IntegrationServiceEnvironment[], PageSettings>

パラメーター

options
IntegrationServiceEnvironmentsListBySubscriptionOptionalParams

オプション パラメーター。

戻り値

restart(string, string, IntegrationServiceEnvironmentsRestartOptionalParams)

統合サービス環境を再起動します。

function restart(resourceGroup: string, integrationServiceEnvironmentName: string, options?: IntegrationServiceEnvironmentsRestartOptionalParams): Promise<void>

パラメーター

resourceGroup

string

リソース グループ。

integrationServiceEnvironmentName

string

統合サービス環境の名前。

options
IntegrationServiceEnvironmentsRestartOptionalParams

オプション パラメーター。

戻り値

Promise<void>