IntegrationServiceEnvironmentManagedApisClient Interface
public interface IntegrationServiceEnvironmentManagedApisClient
An instance of this class provides access to all the operations defined in IntegrationServiceEnvironmentManagedApisClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller
Deletes the integration service environment managed Api.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the integration service environment managed Api.
Parameters:
Returns:
beginPut
public abstract SyncPoller
Puts the integration service environment managed Api.
Parameters:
Returns:
beginPut
public abstract SyncPoller
Puts the integration service environment managed Api.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroup, String integrationServiceEnvironmentName, String apiName)
Deletes the integration service environment managed Api.
Parameters:
delete
public abstract void delete(String resourceGroup, String integrationServiceEnvironmentName, String apiName, Context context)
Deletes the integration service environment managed Api.
Parameters:
get
public abstract IntegrationServiceEnvironmentManagedApiInner get(String resourceGroup, String integrationServiceEnvironmentName, String apiName)
Gets the integration service environment managed Api.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the integration service environment managed Api.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the integration service environment managed Apis.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the integration service environment managed Apis.
Parameters:
Returns:
put
public abstract IntegrationServiceEnvironmentManagedApiInner put(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi)
Puts the integration service environment managed Api.
Parameters:
Returns:
put
public abstract IntegrationServiceEnvironmentManagedApiInner put(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi, Context context)
Puts the integration service environment managed Api.
Parameters:
Returns:
Applies to
Azure SDK for Java