Interface SapDatabaseInstances


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

    • get

      SapDatabaseInstance get(String resourceGroupName, String sapVirtualInstanceName, String databaseInstanceName)
      Gets the SAP Database Instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      databaseInstanceName - Database Instance string modeled as parameter for auto generation to work correctly.
      Returns:
      the SAP Database Instance.
      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<SapDatabaseInstance> getWithResponse(String resourceGroupName, String sapVirtualInstanceName, String databaseInstanceName, com.azure.core.util.Context context)
      Gets the SAP Database Instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      databaseInstanceName - Database Instance string modeled as parameter for auto generation to work correctly.
      context - The context to associate with this operation.
      Returns:
      the SAP Database Instance 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.
    • delete

      OperationStatusResult delete(String resourceGroupName, String sapVirtualInstanceName, String databaseInstanceName)
      Deletes the SAP Database Instance. <br><br>This will be used by service only. Delete by end user will return a Bad Request error.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      databaseInstanceName - Database Instance string modeled as parameter for auto generation to work correctly.
      Returns:
      the current status of an async 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

      OperationStatusResult delete(String resourceGroupName, String sapVirtualInstanceName, String databaseInstanceName, com.azure.core.util.Context context)
      Deletes the SAP Database Instance. <br><br>This will be used by service only. Delete by end user will return a Bad Request error.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      databaseInstanceName - Database Instance string modeled as parameter for auto generation to work correctly.
      context - The context to associate with this operation.
      Returns:
      the current status of an async 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.
    • list

      com.azure.core.http.rest.PagedIterable<SapDatabaseInstance> list(String resourceGroupName, String sapVirtualInstanceName)
      Lists the SAP Database Instances in an SVI.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      Returns:
      defines the collection of SAP Database Instances 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.
    • list

      com.azure.core.http.rest.PagedIterable<SapDatabaseInstance> list(String resourceGroupName, String sapVirtualInstanceName, com.azure.core.util.Context context)
      Lists the SAP Database Instances in an SVI.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      context - The context to associate with this operation.
      Returns:
      defines the collection of SAP Database Instances 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.
    • getById

      Gets the SAP Database Instance.
      Parameters:
      id - the resource ID.
      Returns:
      the SAP Database Instance 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<SapDatabaseInstance> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Gets the SAP Database Instance.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      the SAP Database Instance 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

      OperationStatusResult deleteById(String id)
      Deletes the SAP Database Instance. <br><br>This will be used by service only. Delete by end user will return a Bad Request error.
      Parameters:
      id - the resource ID.
      Returns:
      the current status of an async 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.
    • deleteByIdWithResponse

      OperationStatusResult deleteByIdWithResponse(String id, com.azure.core.util.Context context)
      Deletes the SAP Database Instance. <br><br>This will be used by service only. Delete by end user will return a Bad Request error.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      the current status of an async 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 SapDatabaseInstance resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new SapDatabaseInstance definition.