public interface Organizations
Resource collection API of Organizations.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<InformaticaOrganizationResource> list()
      List InformaticaOrganizationResource resources by subscription ID.
      Returns:
      the response of a InformaticaOrganizationResource list operation as paginated response with PagedIterable.
      Throws:
      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.
    • list

      com.azure.core.http.rest.PagedIterable<InformaticaOrganizationResource> list(com.azure.core.util.Context context)
      List InformaticaOrganizationResource resources by subscription ID.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the response of a InformaticaOrganizationResource list operation as paginated response with PagedIterable.
      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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<InformaticaOrganizationResource> listByResourceGroup(String resourceGroupName)
      List InformaticaOrganizationResource resources by resource group.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      Returns:
      the response of a InformaticaOrganizationResource list operation as paginated response with PagedIterable.
      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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<InformaticaOrganizationResource> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
      List InformaticaOrganizationResource resources by resource group.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      context - The context to associate with this operation.
      Returns:
      the response of a InformaticaOrganizationResource list operation as paginated response with PagedIterable.
      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.
    • getByResourceGroupWithResponse

      com.azure.core.http.rest.Response<InformaticaOrganizationResource> getByResourceGroupWithResponse(String resourceGroupName, String organizationName, com.azure.core.util.Context context)
      Get a InformaticaOrganizationResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      context - The context to associate with this operation.
      Returns:
      a InformaticaOrganizationResource 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.
    • getByResourceGroup

      InformaticaOrganizationResource getByResourceGroup(String resourceGroupName, String organizationName)
      Get a InformaticaOrganizationResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      Returns:
      a InformaticaOrganizationResource.
      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.
    • deleteByResourceGroup

      void deleteByResourceGroup(String resourceGroupName, String organizationName)
      Delete a InformaticaOrganizationResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      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.
    • delete

      void delete(String resourceGroupName, String organizationName, com.azure.core.util.Context context)
      Delete a InformaticaOrganizationResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      context - The context to associate with this 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.
    • getAllServerlessRuntimesWithResponse

      com.azure.core.http.rest.Response<InformaticaServerlessRuntimeResourceList> getAllServerlessRuntimesWithResponse(String resourceGroupName, String organizationName, com.azure.core.util.Context context)
      Gets all serverless runtime resources in a given informatica organization resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      context - The context to associate with this operation.
      Returns:
      all serverless runtime resources in a given informatica organization resource 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.
    • getAllServerlessRuntimes

      InformaticaServerlessRuntimeResourceList getAllServerlessRuntimes(String resourceGroupName, String organizationName)
      Gets all serverless runtime resources in a given informatica organization resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      Returns:
      all serverless runtime resources in a given informatica organization resource.
      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.
    • getServerlessMetadataWithResponse

      com.azure.core.http.rest.Response<ServerlessMetadataResponse> getServerlessMetadataWithResponse(String resourceGroupName, String organizationName, com.azure.core.util.Context context)
      Gets Metadata of the serverless runtime environment.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      context - The context to associate with this operation.
      Returns:
      metadata of the serverless runtime environment 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.
    • getServerlessMetadata

      ServerlessMetadataResponse getServerlessMetadata(String resourceGroupName, String organizationName)
      Gets Metadata of the serverless runtime environment.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      Returns:
      metadata of the serverless runtime environment.
      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.
    • getById

      Get a InformaticaOrganizationResource.
      Parameters:
      id - the resource ID.
      Returns:
      a InformaticaOrganizationResource 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.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<InformaticaOrganizationResource> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Get a InformaticaOrganizationResource.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      a InformaticaOrganizationResource 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.
    • deleteById

      void deleteById(String id)
      Delete a InformaticaOrganizationResource.
      Parameters:
      id - the resource ID.
      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.
    • deleteByIdWithResponse

      void deleteByIdWithResponse(String id, com.azure.core.util.Context context)
      Delete a InformaticaOrganizationResource.
      Parameters:
      id - the resource ID.
      context - The context to associate with this 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.
    • define

      Begins definition for a new InformaticaOrganizationResource resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new InformaticaOrganizationResource definition.