MockableWorkloadsSubscriptionResource.SapSupportedSku 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 a list of SAP supported SKUs for ASCS, Application and Database tier.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSapSupportedSku
- Operation Id: SAPSupportedSku
- Default Api Version: 2023-04-01
public virtual Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult> SapSupportedSku (Azure.Core.AzureLocation location, Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SapSupportedSku : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult>
override this.SapSupportedSku : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult>
Public Overridable Function SapSupportedSku (location As AzureLocation, Optional content As SapSupportedSkusContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SapSupportedResourceSkusResult)
Parameters
- location
- AzureLocation
The name of Azure region.
- content
- SapSupportedSkusContent
SAP Supported SKU 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