Interface SapApplicationServerInstancesClient


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

    • get

      SapApplicationServerInstanceInner get(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName)
      Gets the SAP Application Server Instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      applicationInstanceName - The name of SAP Application Server instance.
      Returns:
      the SAP Application Server 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<SapApplicationServerInstanceInner> getWithResponse(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName, com.azure.core.util.Context context)
      Gets the SAP Application Server Instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      applicationInstanceName - The name of SAP Application Server instance.
      context - The context to associate with this operation.
      Returns:
      the SAP Application Server 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.
    • beginCreate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SapApplicationServerInstanceInner>,SapApplicationServerInstanceInner> beginCreate(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName, SapApplicationServerInstanceInner body)
      Puts the SAP Application Server Instance. <br><br>This will be used by service only. PUT 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.
      applicationInstanceName - The name of SAP Application Server instance.
      body - The SAP Application Server instance request body.
      Returns:
      the SyncPoller for polling of define the SAP Application Server 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.
    • beginCreate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SapApplicationServerInstanceInner>,SapApplicationServerInstanceInner> beginCreate(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName, SapApplicationServerInstanceInner body, com.azure.core.util.Context context)
      Puts the SAP Application Server Instance. <br><br>This will be used by service only. PUT 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.
      applicationInstanceName - The name of SAP Application Server instance.
      body - The SAP Application Server instance request body.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of define the SAP Application Server 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.
    • create

      SapApplicationServerInstanceInner create(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName, SapApplicationServerInstanceInner body)
      Puts the SAP Application Server Instance. <br><br>This will be used by service only. PUT 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.
      applicationInstanceName - The name of SAP Application Server instance.
      body - The SAP Application Server instance request body.
      Returns:
      define the SAP Application Server 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.
    • create

      SapApplicationServerInstanceInner create(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName)
      Puts the SAP Application Server Instance. <br><br>This will be used by service only. PUT 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.
      applicationInstanceName - The name of SAP Application Server instance.
      Returns:
      define the SAP Application Server 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.
    • create

      SapApplicationServerInstanceInner create(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName, SapApplicationServerInstanceInner body, com.azure.core.util.Context context)
      Puts the SAP Application Server Instance. <br><br>This will be used by service only. PUT 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.
      applicationInstanceName - The name of SAP Application Server instance.
      body - The SAP Application Server instance request body.
      context - The context to associate with this operation.
      Returns:
      define the SAP Application Server 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.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SapApplicationServerInstanceInner>,SapApplicationServerInstanceInner> beginUpdate(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName, UpdateSapApplicationInstanceRequest body)
      Puts the SAP Application Server Instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      applicationInstanceName - The name of SAP Application Server instance.
      body - The SAP Application Server instance request body.
      Returns:
      the SyncPoller for polling of define the SAP Application Server 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.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SapApplicationServerInstanceInner>,SapApplicationServerInstanceInner> beginUpdate(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName, UpdateSapApplicationInstanceRequest body, com.azure.core.util.Context context)
      Puts the SAP Application Server Instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      applicationInstanceName - The name of SAP Application Server instance.
      body - The SAP Application Server instance request body.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of define the SAP Application Server 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.
    • update

      SapApplicationServerInstanceInner update(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName, UpdateSapApplicationInstanceRequest body)
      Puts the SAP Application Server Instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      applicationInstanceName - The name of SAP Application Server instance.
      body - The SAP Application Server instance request body.
      Returns:
      define the SAP Application Server 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.
    • update

      SapApplicationServerInstanceInner update(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName)
      Puts the SAP Application Server Instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      applicationInstanceName - The name of SAP Application Server instance.
      Returns:
      define the SAP Application Server 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.
    • update

      SapApplicationServerInstanceInner update(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName, UpdateSapApplicationInstanceRequest body, com.azure.core.util.Context context)
      Puts the SAP Application Server Instance.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      sapVirtualInstanceName - The name of the Virtual Instances for SAP.
      applicationInstanceName - The name of SAP Application Server instance.
      body - The SAP Application Server instance request body.
      context - The context to associate with this operation.
      Returns:
      define the SAP Application Server 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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusResultInner>,OperationStatusResultInner> beginDelete(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName)
      Deletes the SAP Application Server Instance. <br><br>This operation 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.
      applicationInstanceName - The name of SAP Application Server instance.
      Returns:
      the SyncPoller for polling of 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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusResultInner>,OperationStatusResultInner> beginDelete(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName, com.azure.core.util.Context context)
      Deletes the SAP Application Server Instance. <br><br>This operation 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.
      applicationInstanceName - The name of SAP Application Server instance.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of 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

      OperationStatusResultInner delete(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName)
      Deletes the SAP Application Server Instance. <br><br>This operation 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.
      applicationInstanceName - The name of SAP Application Server instance.
      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

      OperationStatusResultInner delete(String resourceGroupName, String sapVirtualInstanceName, String applicationInstanceName, com.azure.core.util.Context context)
      Deletes the SAP Application Server Instance. <br><br>This operation 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.
      applicationInstanceName - The name of SAP Application Server instance.
      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<SapApplicationServerInstanceInner> list(String resourceGroupName, String sapVirtualInstanceName)
      Lists the SAP Application server 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 Application Server 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<SapApplicationServerInstanceInner> list(String resourceGroupName, String sapVirtualInstanceName, com.azure.core.util.Context context)
      Lists the SAP Application server 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 Application Server 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.