IntegrationServiceEnvironments interface

Interface representing a IntegrationServiceEnvironments.

Methods

beginCreateOrUpdate(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams)

Creates or updates an integration service environment.

beginCreateOrUpdateAndWait(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams)

Creates or updates an integration service environment.

beginUpdate(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsUpdateOptionalParams)

Updates an integration service environment.

beginUpdateAndWait(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsUpdateOptionalParams)

Updates an integration service environment.

delete(string, string, IntegrationServiceEnvironmentsDeleteOptionalParams)

Deletes an integration service environment.

get(string, string, IntegrationServiceEnvironmentsGetOptionalParams)

Gets an integration service environment.

listByResourceGroup(string, IntegrationServiceEnvironmentsListByResourceGroupOptionalParams)

Gets a list of integration service environments by resource group.

listBySubscription(IntegrationServiceEnvironmentsListBySubscriptionOptionalParams)

Gets a list of integration service environments by subscription.

restart(string, string, IntegrationServiceEnvironmentsRestartOptionalParams)

Restarts an integration service environment.

Method Details

beginCreateOrUpdate(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams)

Creates or updates an integration service environment.

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

Parameters

resourceGroup

string

The resource group.

integrationServiceEnvironmentName

string

The integration service environment name.

integrationServiceEnvironment
IntegrationServiceEnvironment

The integration service environment.

Returns

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

beginCreateOrUpdateAndWait(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsCreateOrUpdateOptionalParams)

Creates or updates an integration service environment.

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

Parameters

resourceGroup

string

The resource group.

integrationServiceEnvironmentName

string

The integration service environment name.

integrationServiceEnvironment
IntegrationServiceEnvironment

The integration service environment.

Returns

beginUpdate(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsUpdateOptionalParams)

Updates an integration service environment.

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

Parameters

resourceGroup

string

The resource group.

integrationServiceEnvironmentName

string

The integration service environment name.

integrationServiceEnvironment
IntegrationServiceEnvironment

The integration service environment.

options
IntegrationServiceEnvironmentsUpdateOptionalParams

The options parameters.

Returns

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

beginUpdateAndWait(string, string, IntegrationServiceEnvironment, IntegrationServiceEnvironmentsUpdateOptionalParams)

Updates an integration service environment.

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

Parameters

resourceGroup

string

The resource group.

integrationServiceEnvironmentName

string

The integration service environment name.

integrationServiceEnvironment
IntegrationServiceEnvironment

The integration service environment.

options
IntegrationServiceEnvironmentsUpdateOptionalParams

The options parameters.

Returns

delete(string, string, IntegrationServiceEnvironmentsDeleteOptionalParams)

Deletes an integration service environment.

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

Parameters

resourceGroup

string

The resource group.

integrationServiceEnvironmentName

string

The integration service environment name.

options
IntegrationServiceEnvironmentsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, IntegrationServiceEnvironmentsGetOptionalParams)

Gets an integration service environment.

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

Parameters

resourceGroup

string

The resource group.

integrationServiceEnvironmentName

string

The integration service environment name.

options
IntegrationServiceEnvironmentsGetOptionalParams

The options parameters.

Returns

listByResourceGroup(string, IntegrationServiceEnvironmentsListByResourceGroupOptionalParams)

Gets a list of integration service environments by resource group.

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

Parameters

resourceGroup

string

The resource group.

Returns

listBySubscription(IntegrationServiceEnvironmentsListBySubscriptionOptionalParams)

Gets a list of integration service environments by subscription.

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

Parameters

Returns

restart(string, string, IntegrationServiceEnvironmentsRestartOptionalParams)

Restarts an integration service environment.

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

Parameters

resourceGroup

string

The resource group.

integrationServiceEnvironmentName

string

The integration service environment name.

options
IntegrationServiceEnvironmentsRestartOptionalParams

The options parameters.

Returns

Promise<void>