Share via


MockableWorkloadsSapVirtualInstanceSubscriptionResource.GetSizingRecommendationsSapVirtualInstance Method

Definition

Gets the sizing recommendations.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{___location}/sapVirtualInstanceMetadata/default/getSizingRecommendations
  • Operation Id: SAPVirtualInstances_GetSizingRecommendations
  • Default Api Version: 2024-09-01
  • Resource: SapVirtualInstanceResource
public virtual Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSizingRecommendationResult> GetSizingRecommendationsSapVirtualInstance(Azure.Core.AzureLocation ___location, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSizingRecommendationContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSizingRecommendationsSapVirtualInstance : Azure.Core.AzureLocation * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSizingRecommendationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSizingRecommendationResult>
override this.GetSizingRecommendationsSapVirtualInstance : Azure.Core.AzureLocation * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSizingRecommendationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapSizingRecommendationResult>
Public Overridable Function GetSizingRecommendationsSapVirtualInstance (___location As AzureLocation, content As SapSizingRecommendationContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SapSizingRecommendationResult)

Parameters

___location
AzureLocation

The name of the Azure region.

content
SapSizingRecommendationContent

The content of the action request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to