Megosztás:


IntegrationServiceEnvironmentManagedApis interface

IntegrationServiceEnvironmentManagedApis felületet képviselő felület.

Metódusok

beginDelete(string, string, string, IntegrationServiceEnvironmentManagedApisDeleteOptionalParams)

Törli a felügyelt integrációs szolgáltatáskörnyezet api-jait.

beginDeleteAndWait(string, string, string, IntegrationServiceEnvironmentManagedApisDeleteOptionalParams)

Törli a felügyelt integrációs szolgáltatáskörnyezet api-jait.

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

Az integrációs szolgáltatás környezetének felügyelt API-ja.

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

Az integrációs szolgáltatás környezetének felügyelt API-ja.

get(string, string, string, IntegrationServiceEnvironmentManagedApisGetOptionalParams)

Lekéri az integrációs szolgáltatási környezet által felügyelt API-t.

list(string, string, IntegrationServiceEnvironmentManagedApisListOptionalParams)

Lekéri az integrációs szolgáltatás környezetének felügyelt API-jait.

Metódus adatai

beginDelete(string, string, string, IntegrationServiceEnvironmentManagedApisDeleteOptionalParams)

Törli a felügyelt integrációs szolgáltatáskörnyezet api-jait.

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

Paraméterek

resourceGroup

string

Az erőforráscsoport.

integrationServiceEnvironmentName

string

Az integrációs szolgáltatás környezetének neve.

apiName

string

Az API neve.

options
IntegrationServiceEnvironmentManagedApisDeleteOptionalParams

A beállítások paraméterei.

Válaszok

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

beginDeleteAndWait(string, string, string, IntegrationServiceEnvironmentManagedApisDeleteOptionalParams)

Törli a felügyelt integrációs szolgáltatáskörnyezet api-jait.

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

Paraméterek

resourceGroup

string

Az erőforráscsoport.

integrationServiceEnvironmentName

string

Az integrációs szolgáltatás környezetének neve.

apiName

string

Az API neve.

options
IntegrationServiceEnvironmentManagedApisDeleteOptionalParams

A beállítások paraméterei.

Válaszok

Promise<void>

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

Az integrációs szolgáltatás környezetének felügyelt API-ja.

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

Paraméterek

resourceGroup

string

Az erőforráscsoport neve.

integrationServiceEnvironmentName

string

Az integrációs szolgáltatás környezetének neve.

apiName

string

Az API neve.

integrationServiceEnvironmentManagedApi
IntegrationServiceEnvironmentManagedApi

Az integrációs szolgáltatás környezetének felügyelt API-ja.

options
IntegrationServiceEnvironmentManagedApisPutOptionalParams

A beállítások paraméterei.

Válaszok

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

Az integrációs szolgáltatás környezetének felügyelt API-ja.

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

Paraméterek

resourceGroup

string

Az erőforráscsoport neve.

integrationServiceEnvironmentName

string

Az integrációs szolgáltatás környezetének neve.

apiName

string

Az API neve.

integrationServiceEnvironmentManagedApi
IntegrationServiceEnvironmentManagedApi

Az integrációs szolgáltatás környezetének felügyelt API-ja.

options
IntegrationServiceEnvironmentManagedApisPutOptionalParams

A beállítások paraméterei.

Válaszok

get(string, string, string, IntegrationServiceEnvironmentManagedApisGetOptionalParams)

Lekéri az integrációs szolgáltatási környezet által felügyelt API-t.

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

Paraméterek

resourceGroup

string

Az erőforráscsoport neve.

integrationServiceEnvironmentName

string

Az integrációs szolgáltatás környezetének neve.

apiName

string

Az API neve.

options
IntegrationServiceEnvironmentManagedApisGetOptionalParams

A beállítások paraméterei.

Válaszok

list(string, string, IntegrationServiceEnvironmentManagedApisListOptionalParams)

Lekéri az integrációs szolgáltatás környezetének felügyelt API-jait.

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

Paraméterek

resourceGroup

string

Az erőforráscsoport.

integrationServiceEnvironmentName

string

Az integrációs szolgáltatás környezetének neve.

options
IntegrationServiceEnvironmentManagedApisListOptionalParams

A beállítások paraméterei.

Válaszok