IntegrationServiceEnvironmentManagedApis interface

Interface representing a IntegrationServiceEnvironmentManagedApis.

Methods

beginDelete(string, string, string, IntegrationServiceEnvironmentManagedApisDeleteOptionalParams)

Deletes the integration service environment managed Api.

beginDeleteAndWait(string, string, string, IntegrationServiceEnvironmentManagedApisDeleteOptionalParams)

Deletes the integration service environment managed Api.

beginPut(string, string, string, IntegrationServiceEnvironmentManagedApi, IntegrationServiceEnvironmentManagedApisPutOptionalParams)

Puts the integration service environment managed Api.

beginPutAndWait(string, string, string, IntegrationServiceEnvironmentManagedApi, IntegrationServiceEnvironmentManagedApisPutOptionalParams)

Puts the integration service environment managed Api.

get(string, string, string, IntegrationServiceEnvironmentManagedApisGetOptionalParams)

Gets the integration service environment managed Api.

list(string, string, IntegrationServiceEnvironmentManagedApisListOptionalParams)

Gets the integration service environment managed Apis.

Method Details

beginDelete(string, string, string, IntegrationServiceEnvironmentManagedApisDeleteOptionalParams)

Deletes the integration service environment managed Api.

function beginDelete(resourceGroup: string, integrationServiceEnvironmentName: string, apiName: string, options?: IntegrationServiceEnvironmentManagedApisDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parameters

resourceGroup

string

The resource group.

integrationServiceEnvironmentName

string

The integration service environment name.

apiName

string

The api name.

Returns

Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, IntegrationServiceEnvironmentManagedApisDeleteOptionalParams)

Deletes the integration service environment managed Api.

function beginDeleteAndWait(resourceGroup: string, integrationServiceEnvironmentName: string, apiName: string, options?: IntegrationServiceEnvironmentManagedApisDeleteOptionalParams): Promise<void>

Parameters

resourceGroup

string

The resource group.

integrationServiceEnvironmentName

string

The integration service environment name.

apiName

string

The api name.

Returns

Promise<void>

beginPut(string, string, string, IntegrationServiceEnvironmentManagedApi, IntegrationServiceEnvironmentManagedApisPutOptionalParams)

Puts the integration service environment managed Api.

function beginPut(resourceGroup: string, integrationServiceEnvironmentName: string, apiName: string, integrationServiceEnvironmentManagedApi: IntegrationServiceEnvironmentManagedApi, options?: IntegrationServiceEnvironmentManagedApisPutOptionalParams): Promise<PollerLike<PollOperationState<IntegrationServiceEnvironmentManagedApi>, IntegrationServiceEnvironmentManagedApi>>

Parameters

resourceGroup

string

The resource group name.

integrationServiceEnvironmentName

string

The integration service environment name.

apiName

string

The api name.

integrationServiceEnvironmentManagedApi
IntegrationServiceEnvironmentManagedApi

The integration service environment managed api.

Returns

beginPutAndWait(string, string, string, IntegrationServiceEnvironmentManagedApi, IntegrationServiceEnvironmentManagedApisPutOptionalParams)

Puts the integration service environment managed Api.

function beginPutAndWait(resourceGroup: string, integrationServiceEnvironmentName: string, apiName: string, integrationServiceEnvironmentManagedApi: IntegrationServiceEnvironmentManagedApi, options?: IntegrationServiceEnvironmentManagedApisPutOptionalParams): Promise<IntegrationServiceEnvironmentManagedApi>

Parameters

resourceGroup

string

The resource group name.

integrationServiceEnvironmentName

string

The integration service environment name.

apiName

string

The api name.

integrationServiceEnvironmentManagedApi
IntegrationServiceEnvironmentManagedApi

The integration service environment managed api.

Returns

get(string, string, string, IntegrationServiceEnvironmentManagedApisGetOptionalParams)

Gets the integration service environment managed Api.

function get(resourceGroup: string, integrationServiceEnvironmentName: string, apiName: string, options?: IntegrationServiceEnvironmentManagedApisGetOptionalParams): Promise<IntegrationServiceEnvironmentManagedApi>

Parameters

resourceGroup

string

The resource group name.

integrationServiceEnvironmentName

string

The integration service environment name.

apiName

string

The api name.

Returns

list(string, string, IntegrationServiceEnvironmentManagedApisListOptionalParams)

Gets the integration service environment managed Apis.

function list(resourceGroup: string, integrationServiceEnvironmentName: string, options?: IntegrationServiceEnvironmentManagedApisListOptionalParams): PagedAsyncIterableIterator<IntegrationServiceEnvironmentManagedApi, IntegrationServiceEnvironmentManagedApi[], PageSettings>

Parameters

resourceGroup

string

The resource group.

integrationServiceEnvironmentName

string

The integration service environment name.

Returns