IntegrationServiceEnvironmentManagedApisClient Interface

public interface IntegrationServiceEnvironmentManagedApisClient

An instance of this class provides access to all the operations defined in IntegrationServiceEnvironmentManagedApisClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroup, String integrationServiceEnvironmentName, String apiName)

Deletes the integration service environment managed Api.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroup, String integrationServiceEnvironmentName, String apiName, Context context)

Deletes the integration service environment managed Api.

abstract SyncPoller<PollResult<IntegrationServiceEnvironmentManagedApiInner>,IntegrationServiceEnvironmentManagedApiInner> beginPut(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi)

Puts the integration service environment managed Api.

abstract SyncPoller<PollResult<IntegrationServiceEnvironmentManagedApiInner>,IntegrationServiceEnvironmentManagedApiInner> beginPut(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi, Context context)

Puts the integration service environment managed Api.

abstract void delete(String resourceGroup, String integrationServiceEnvironmentName, String apiName)

Deletes the integration service environment managed Api.

abstract void delete(String resourceGroup, String integrationServiceEnvironmentName, String apiName, Context context)

Deletes the integration service environment managed Api.

abstract IntegrationServiceEnvironmentManagedApiInner get(String resourceGroup, String integrationServiceEnvironmentName, String apiName)

Gets the integration service environment managed Api.

abstract Response<IntegrationServiceEnvironmentManagedApiInner> getWithResponse(String resourceGroup, String integrationServiceEnvironmentName, String apiName, Context context)

Gets the integration service environment managed Api.

abstract PagedIterable<IntegrationServiceEnvironmentManagedApiInner> list(String resourceGroup, String integrationServiceEnvironmentName)

Gets the integration service environment managed Apis.

abstract PagedIterable<IntegrationServiceEnvironmentManagedApiInner> list(String resourceGroup, String integrationServiceEnvironmentName, Context context)

Gets the integration service environment managed Apis.

abstract IntegrationServiceEnvironmentManagedApiInner put(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi)

Puts the integration service environment managed Api.

abstract IntegrationServiceEnvironmentManagedApiInner put(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi, Context context)

Puts the integration service environment managed Api.

Method Details

beginDelete

public abstract SyncPoller<>,Void> beginDelete(String resourceGroup, String integrationServiceEnvironmentName, String apiName)

Deletes the integration service environment managed Api.

Parameters:

resourceGroup - The resource group.
integrationServiceEnvironmentName - The integration service environment name.
apiName - The api name.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller<>,Void> beginDelete(String resourceGroup, String integrationServiceEnvironmentName, String apiName, Context context)

Deletes the integration service environment managed Api.

Parameters:

resourceGroup - The resource group.
integrationServiceEnvironmentName - The integration service environment name.
apiName - The api name.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginPut

public abstract SyncPoller<>,IntegrationServiceEnvironmentManagedApiInner> beginPut(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi)

Puts the integration service environment managed Api.

Parameters:

resourceGroup - The resource group name.
integrationServiceEnvironmentName - The integration service environment name.
apiName - The api name.
integrationServiceEnvironmentManagedApi - The integration service environment managed api.

Returns:

the SyncPoller<T,U> for polling of the integration service environment managed api.

beginPut

public abstract SyncPoller<>,IntegrationServiceEnvironmentManagedApiInner> beginPut(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi, Context context)

Puts the integration service environment managed Api.

Parameters:

resourceGroup - The resource group name.
integrationServiceEnvironmentName - The integration service environment name.
apiName - The api name.
integrationServiceEnvironmentManagedApi - The integration service environment managed api.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of the integration service environment managed api.

delete

public abstract void delete(String resourceGroup, String integrationServiceEnvironmentName, String apiName)

Deletes the integration service environment managed Api.

Parameters:

resourceGroup - The resource group.
integrationServiceEnvironmentName - The integration service environment name.
apiName - The api name.

delete

public abstract void delete(String resourceGroup, String integrationServiceEnvironmentName, String apiName, Context context)

Deletes the integration service environment managed Api.

Parameters:

resourceGroup - The resource group.
integrationServiceEnvironmentName - The integration service environment name.
apiName - The api name.
context - The context to associate with this operation.

get

public abstract IntegrationServiceEnvironmentManagedApiInner get(String resourceGroup, String integrationServiceEnvironmentName, String apiName)

Gets the integration service environment managed Api.

Parameters:

resourceGroup - The resource group name.
integrationServiceEnvironmentName - The integration service environment name.
apiName - The api name.

Returns:

the integration service environment managed Api.

getWithResponse

public abstract Response getWithResponse(String resourceGroup, String integrationServiceEnvironmentName, String apiName, Context context)

Gets the integration service environment managed Api.

Parameters:

resourceGroup - The resource group name.
integrationServiceEnvironmentName - The integration service environment name.
apiName - The api name.
context - The context to associate with this operation.

Returns:

the integration service environment managed Api along with Response<T>.

list

public abstract PagedIterable list(String resourceGroup, String integrationServiceEnvironmentName)

Gets the integration service environment managed Apis.

Parameters:

resourceGroup - The resource group.
integrationServiceEnvironmentName - The integration service environment name.

Returns:

the integration service environment managed Apis as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroup, String integrationServiceEnvironmentName, Context context)

Gets the integration service environment managed Apis.

Parameters:

resourceGroup - The resource group.
integrationServiceEnvironmentName - The integration service environment name.
context - The context to associate with this operation.

Returns:

the integration service environment managed Apis as paginated response with PagedIterable<T>.

put

public abstract IntegrationServiceEnvironmentManagedApiInner put(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi)

Puts the integration service environment managed Api.

Parameters:

resourceGroup - The resource group name.
integrationServiceEnvironmentName - The integration service environment name.
apiName - The api name.
integrationServiceEnvironmentManagedApi - The integration service environment managed api.

Returns:

the integration service environment managed api.

put

public abstract IntegrationServiceEnvironmentManagedApiInner put(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi, Context context)

Puts the integration service environment managed Api.

Parameters:

resourceGroup - The resource group name.
integrationServiceEnvironmentName - The integration service environment name.
apiName - The api name.
integrationServiceEnvironmentManagedApi - The integration service environment managed api.
context - The context to associate with this operation.

Returns:

the integration service environment managed api.

Applies to