Interface OrganizationsClient
public interface OrganizationsClient
An instance of this class provides access to all the operations defined in OrganizationsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InformaticaOrganizationResourceInner>,InformaticaOrganizationResourceInner> beginCreateOrUpdate(String resourceGroupName, String organizationName, InformaticaOrganizationResourceInner resource) Create a InformaticaOrganizationResource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InformaticaOrganizationResourceInner>,InformaticaOrganizationResourceInner> beginCreateOrUpdate(String resourceGroupName, String organizationName, InformaticaOrganizationResourceInner resource, com.azure.core.util.Context context) Create a InformaticaOrganizationResource.beginDelete(String resourceGroupName, String organizationName) Delete a InformaticaOrganizationResource.beginDelete(String resourceGroupName, String organizationName, com.azure.core.util.Context context) Delete a InformaticaOrganizationResource.createOrUpdate(String resourceGroupName, String organizationName, InformaticaOrganizationResourceInner resource) Create a InformaticaOrganizationResource.createOrUpdate(String resourceGroupName, String organizationName, InformaticaOrganizationResourceInner resource, com.azure.core.util.Context context) Create a InformaticaOrganizationResource.voidDelete a InformaticaOrganizationResource.voidDelete a InformaticaOrganizationResource.getAllServerlessRuntimes(String resourceGroupName, String organizationName) Gets all serverless runtime resources in a given informatica organization resource.com.azure.core.http.rest.Response<InformaticaServerlessRuntimeResourceListInner>getAllServerlessRuntimesWithResponse(String resourceGroupName, String organizationName, com.azure.core.util.Context context) Gets all serverless runtime resources in a given informatica organization resource.getByResourceGroup(String resourceGroupName, String organizationName) Get a InformaticaOrganizationResource.com.azure.core.http.rest.Response<InformaticaOrganizationResourceInner>getByResourceGroupWithResponse(String resourceGroupName, String organizationName, com.azure.core.util.Context context) Get a InformaticaOrganizationResource.getServerlessMetadata(String resourceGroupName, String organizationName) Gets Metadata of the serverless runtime environment.com.azure.core.http.rest.Response<ServerlessMetadataResponseInner>getServerlessMetadataWithResponse(String resourceGroupName, String organizationName, com.azure.core.util.Context context) Gets Metadata of the serverless runtime environment.com.azure.core.http.rest.PagedIterable<InformaticaOrganizationResourceInner>list()List InformaticaOrganizationResource resources by subscription ID.com.azure.core.http.rest.PagedIterable<InformaticaOrganizationResourceInner>list(com.azure.core.util.Context context) List InformaticaOrganizationResource resources by subscription ID.com.azure.core.http.rest.PagedIterable<InformaticaOrganizationResourceInner>listByResourceGroup(String resourceGroupName) List InformaticaOrganizationResource resources by resource group.com.azure.core.http.rest.PagedIterable<InformaticaOrganizationResourceInner>listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) List InformaticaOrganizationResource resources by resource group.update(String resourceGroupName, String organizationName, InformaticaOrganizationResourceUpdate properties) Update a InformaticaOrganizationResource.com.azure.core.http.rest.Response<InformaticaOrganizationResourceInner>updateWithResponse(String resourceGroupName, String organizationName, InformaticaOrganizationResourceUpdate properties, com.azure.core.util.Context context) Update a InformaticaOrganizationResource.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<InformaticaOrganizationResourceInner> 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<InformaticaOrganizationResourceInner> 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<InformaticaOrganizationResourceInner> 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<InformaticaOrganizationResourceInner> 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<InformaticaOrganizationResourceInner> 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
InformaticaOrganizationResourceInner 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InformaticaOrganizationResourceInner>,InformaticaOrganizationResourceInner> beginCreateOrUpdate(String resourceGroupName, String organizationName, InformaticaOrganizationResourceInner resource) Create a InformaticaOrganizationResource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.organizationName- Name of the Organizations resource.resource- Resource create parameters.- Returns:
- the
SyncPollerfor polling of an Organization Resource by Informatica. - 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InformaticaOrganizationResourceInner>,InformaticaOrganizationResourceInner> beginCreateOrUpdate(String resourceGroupName, String organizationName, InformaticaOrganizationResourceInner resource, com.azure.core.util.Context context) Create a InformaticaOrganizationResource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.organizationName- Name of the Organizations resource.resource- Resource create parameters.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of an Organization Resource by Informatica. - 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.
-
createOrUpdate
InformaticaOrganizationResourceInner createOrUpdate(String resourceGroupName, String organizationName, InformaticaOrganizationResourceInner resource) Create a InformaticaOrganizationResource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.organizationName- Name of the Organizations resource.resource- Resource create parameters.- Returns:
- an Organization Resource by Informatica.
- 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.
-
createOrUpdate
InformaticaOrganizationResourceInner createOrUpdate(String resourceGroupName, String organizationName, InformaticaOrganizationResourceInner resource, com.azure.core.util.Context context) Create a InformaticaOrganizationResource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.organizationName- Name of the Organizations resource.resource- Resource create parameters.context- The context to associate with this operation.- Returns:
- an Organization Resource by Informatica.
- 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.
-
updateWithResponse
com.azure.core.http.rest.Response<InformaticaOrganizationResourceInner> updateWithResponse(String resourceGroupName, String organizationName, InformaticaOrganizationResourceUpdate properties, com.azure.core.util.Context context) Update a InformaticaOrganizationResource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.organizationName- Name of the Organizations resource.properties- The resource properties to be updated.context- The context to associate with this operation.- Returns:
- an Organization Resource by Informatica 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.
-
update
InformaticaOrganizationResourceInner update(String resourceGroupName, String organizationName, InformaticaOrganizationResourceUpdate properties) Update a InformaticaOrganizationResource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.organizationName- Name of the Organizations resource.properties- The resource properties to be updated.- Returns:
- an Organization Resource by Informatica.
- 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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.- Returns:
- the
SyncPollerfor polling of long-running 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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.- Returns:
- the
SyncPollerfor polling of long-running 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.
-
delete
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
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<InformaticaServerlessRuntimeResourceListInner> 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
InformaticaServerlessRuntimeResourceListInner 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<ServerlessMetadataResponseInner> 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
ServerlessMetadataResponseInner 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.
-