IntegrationServiceEnvironmentManagedApis interface
IntegrationServiceEnvironmentManagedApis felületet képviselő felület.
Metódusok
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.
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.
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.
A beállítások paraméterei.
Válaszok
Promise<PollerLike<@azure/core-lro.PollOperationState<IntegrationServiceEnvironmentManagedApi>, IntegrationServiceEnvironmentManagedApi>>
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.
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.
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.
A beállítások paraméterei.