IntegrationServiceEnvironments interface
Interface representing a IntegrationServiceEnvironments.
Methods
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.
The options parameters.
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.
The options parameters.
Returns
Promise<IntegrationServiceEnvironment>
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.
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.
The options parameters.
Returns
Promise<IntegrationServiceEnvironment>
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.
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.
The options parameters.
Returns
Promise<IntegrationServiceEnvironment>
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.
The options parameters.
Returns
listBySubscription(IntegrationServiceEnvironmentsListBySubscriptionOptionalParams)
Gets a list of integration service environments by subscription.
function listBySubscription(options?: IntegrationServiceEnvironmentsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IntegrationServiceEnvironment, IntegrationServiceEnvironment[], PageSettings>
Parameters
The options 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.
The options parameters.
Returns
Promise<void>