WorkloadsExtensions.SapSupportedSku Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie eine Liste der von SAP unterstützten SKUs für DIE ASCS-, Anwendungs- und Datenbankebene ab.
- Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSapSupportedSku
- Vorgang IdSAPSupportedSku
public static Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult> SapSupportedSku (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent content = default, System.Threading.CancellationToken cancellationToken = default);
static member SapSupportedSku : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Workloads.Models.SapSupportedResourceSkusResult>
<Extension()>
Public Function SapSupportedSku (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional content As SapSupportedSkusContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SapSupportedResourceSkusResult)
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance die -Methode ausgeführt wird.
- location
- AzureLocation
Der Name der Azure-Region.
- content
- SapSupportedSkusContent
Von SAP unterstützte SKU-Anforderungstext.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.