Interface ResourceProvidersClient


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

    • sapSizingRecommendations

      SapSizingRecommendationResultInner sapSizingRecommendations(String location)
      Get SAP sizing recommendations.
      Parameters:
      location - The name of Azure region.
      Returns:
      sAP sizing recommendations.
      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.
    • sapSizingRecommendationsWithResponse

      com.azure.core.http.rest.Response<SapSizingRecommendationResultInner> sapSizingRecommendationsWithResponse(String location, SapSizingRecommendationRequest sapSizingRecommendation, com.azure.core.util.Context context)
      Get SAP sizing recommendations.
      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 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 SAP supported SKUs.
      Parameters:
      location - The name of Azure region.
      Returns:
      sAP supported SKUs.
      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 SAP supported SKUs.
      Parameters:
      location - The name of Azure region.
      sapSupportedSku - SAP Supported SKU Request body.
      context - The context to associate with this operation.
      Returns:
      sAP supported SKUs 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 SAP Disk Configurations.
      Parameters:
      location - The name of Azure region.
      Returns:
      sAP Disk Configurations.
      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 SAP Disk Configurations.
      Parameters:
      location - The name of Azure region.
      sapDiskConfigurations - SAP Disk Configurations Request body.
      context - The context to associate with this operation.
      Returns:
      sAP Disk Configurations 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 SAP Availability Zone Details.
      Parameters:
      location - The name of Azure region.
      Returns:
      sAP Availability Zone Details.
      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 SAP Availability Zone Details.
      Parameters:
      location - The name of Azure region.
      sapAvailabilityZoneDetails - SAP Availability Zone Details Request body.
      context - The context to associate with this operation.
      Returns:
      sAP Availability Zone Details 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.