MockableWorkloadsSubscriptionResource.SapSizingRecommendationsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSizingRecommendations
- Operation Id: SAPSizingRecommendations
- Default Api Version: 2023-04-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapSizingRecommendationResult>> SapSizingRecommendationsAsync (Azure.Core.AzureLocation location, Azure.ResourceManager.Workloads.Models.SapSizingRecommendationContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SapSizingRecommendationsAsync : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapSizingRecommendationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapSizingRecommendationResult>>
override this.SapSizingRecommendationsAsync : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapSizingRecommendationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapSizingRecommendationResult>>
Public Overridable Function SapSizingRecommendationsAsync (location As AzureLocation, Optional content As SapSizingRecommendationContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SapSizingRecommendationResult))
Parameters
- location
- AzureLocation
The name of Azure region.
- content
- SapSizingRecommendationContent
SAP Sizing Recommendation Request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET