Interface IntegrationRuntimeObjectMetadatasClient


public interface IntegrationRuntimeObjectMetadatasClient
An instance of this class provides access to all the operations defined in IntegrationRuntimeObjectMetadatasClient.
  • Method Details

    • beginRefresh

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SsisObjectMetadataStatusResponseInner>,SsisObjectMetadataStatusResponseInner> beginRefresh(String resourceGroupName, String factoryName, String integrationRuntimeName)
      Refresh a SSIS integration runtime object metadata.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      Returns:
      the SyncPoller for polling of the status of the operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginRefresh

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SsisObjectMetadataStatusResponseInner>,SsisObjectMetadataStatusResponseInner> beginRefresh(String resourceGroupName, String factoryName, String integrationRuntimeName, com.azure.core.util.Context context)
      Refresh a SSIS integration runtime object metadata.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of the status of the operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • refresh

      SsisObjectMetadataStatusResponseInner refresh(String resourceGroupName, String factoryName, String integrationRuntimeName)
      Refresh a SSIS integration runtime object metadata.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      Returns:
      the status of the operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • refresh

      SsisObjectMetadataStatusResponseInner refresh(String resourceGroupName, String factoryName, String integrationRuntimeName, com.azure.core.util.Context context)
      Refresh a SSIS integration runtime object metadata.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      context - The context to associate with this operation.
      Returns:
      the status of the operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      SsisObjectMetadataListResponseInner get(String resourceGroupName, String factoryName, String integrationRuntimeName)
      Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      Returns:
      a SSIS integration runtime object metadata by specified path.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      com.azure.core.http.rest.Response<SsisObjectMetadataListResponseInner> getWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, GetSsisObjectMetadataRequest getMetadataRequest, com.azure.core.util.Context context)
      Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      getMetadataRequest - The parameters for getting a SSIS object metadata.
      context - The context to associate with this operation.
      Returns:
      a SSIS integration runtime object metadata by specified path along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.