Interface IntegrationRuntimeObjectMetadatas


  • public interface IntegrationRuntimeObjectMetadatas
    Resource collection API of IntegrationRuntimeObjectMetadatas.
    • Method Detail

      • list

        SsisObjectMetadataListResponse list​(String resourceGroupName,
                                            String workspaceName,
                                            String integrationRuntimeName)
        Get object metadata from an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Returns:
        object metadata from an integration runtime.
        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.
      • listWithResponse

        com.azure.core.http.rest.Response<SsisObjectMetadataListResponse> listWithResponse​(String resourceGroupName,
                                                                                           String workspaceName,
                                                                                           String integrationRuntimeName,
                                                                                           GetSsisObjectMetadataRequest getMetadataRequest,
                                                                                           com.azure.core.util.Context context)
        Get object metadata from an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        getMetadataRequest - The parameters for getting a SSIS object metadata.
        context - The context to associate with this operation.
        Returns:
        object metadata from an integration runtime 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.
      • refresh

        SsisObjectMetadataStatusResponse refresh​(String resourceGroupName,
                                                 String workspaceName,
                                                 String integrationRuntimeName)
        Refresh the object metadata in an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - 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

        SsisObjectMetadataStatusResponse refresh​(String resourceGroupName,
                                                 String workspaceName,
                                                 String integrationRuntimeName,
                                                 com.azure.core.util.Context context)
        Refresh the object metadata in an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - 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.