WorkloadsExtensions.SapSupportedSkuAsync 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 static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult>> SapSupportedSkuAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent content = default, System.Threading.CancellationToken cancellationToken = default);
static member SapSupportedSkuAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult>>
<Extension()>
Public Function SapSupportedSkuAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional content As SapSupportedSkusContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SapSupportedResourceSkusResult))
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- location
- AzureLocation
The name of Azure region.
- content
- SapSupportedSkusContent
SAP Supported SKU Request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
subscriptionResource
is null.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET