Interface ResourceProvidersClient


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

    • sapSizingRecommendationsWithResponse

      com.azure.core.http.rest.Response<SapSizingRecommendationResultInner> sapSizingRecommendationsWithResponse(String location, SapSizingRecommendationRequest sapSizingRecommendation, com.azure.core.util.Context context)
      Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier.
      Parameters:
      location - The name of Azure region.
      sapSizingRecommendation - SAP Sizing Recommendation Request body.
      context - The context to associate with this operation.
      Returns:
      sAP sizing recommendations by providing input SAPS for application tier and memory required for database tier 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.
    • sapSizingRecommendations

      SapSizingRecommendationResultInner sapSizingRecommendations(String location)
      Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier.
      Parameters:
      location - The name of Azure region.
      Returns:
      sAP sizing recommendations by providing input SAPS for application tier and memory required for database tier.
      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.
    • sapSupportedSkuWithResponse

      com.azure.core.http.rest.Response<SapSupportedResourceSkusResultInner> sapSupportedSkuWithResponse(String location, SapSupportedSkusRequest sapSupportedSku, com.azure.core.util.Context context)
      Get a list of SAP supported SKUs for ASCS, Application and Database tier.
      Parameters:
      location - The name of Azure region.
      sapSupportedSku - SAP Supported SKU Request body.
      context - The context to associate with this operation.
      Returns:
      a list of SAP supported SKUs for ASCS, Application and Database tier 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.
    • sapSupportedSku

      SapSupportedResourceSkusResultInner sapSupportedSku(String location)
      Get a list of SAP supported SKUs for ASCS, Application and Database tier.
      Parameters:
      location - The name of Azure region.
      Returns:
      a list of SAP supported SKUs for ASCS, Application and Database tier.
      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.
    • sapDiskConfigurationsWithResponse

      com.azure.core.http.rest.Response<SapDiskConfigurationsResultInner> sapDiskConfigurationsWithResponse(String location, SapDiskConfigurationsRequest sapDiskConfigurations, com.azure.core.util.Context context)
      Get the SAP Disk Configuration Layout prod/non-prod SAP System.
      Parameters:
      location - The name of Azure region.
      sapDiskConfigurations - SAP Disk Configurations Request body.
      context - The context to associate with this operation.
      Returns:
      the SAP Disk Configuration Layout prod/non-prod SAP System 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.
    • sapDiskConfigurations

      SapDiskConfigurationsResultInner sapDiskConfigurations(String location)
      Get the SAP Disk Configuration Layout prod/non-prod SAP System.
      Parameters:
      location - The name of Azure region.
      Returns:
      the SAP Disk Configuration Layout prod/non-prod SAP System.
      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.
    • sapAvailabilityZoneDetailsWithResponse

      com.azure.core.http.rest.Response<SapAvailabilityZoneDetailsResultInner> sapAvailabilityZoneDetailsWithResponse(String location, SapAvailabilityZoneDetailsRequest sapAvailabilityZoneDetails, com.azure.core.util.Context context)
      Get the recommended SAP Availability Zone Pair Details for your region.
      Parameters:
      location - The name of Azure region.
      sapAvailabilityZoneDetails - SAP Availability Zone Details Request body.
      context - The context to associate with this operation.
      Returns:
      the recommended SAP Availability Zone Pair Details for your region 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.
    • sapAvailabilityZoneDetails

      SapAvailabilityZoneDetailsResultInner sapAvailabilityZoneDetails(String location)
      Get the recommended SAP Availability Zone Pair Details for your region.
      Parameters:
      location - The name of Azure region.
      Returns:
      the recommended SAP Availability Zone Pair Details for your region.
      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.