次の方法で共有


WorkloadsExtensions.SapSupportedSku メソッド

定義

ASCS、アプリケーション、データベース層でサポートされている SAP SKU の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSapSupportedSku
  • 操作 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)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

location
AzureLocation

Azure リージョンの名前。

content
SapSupportedSkusContent

SAP サポートされている SKU 要求本文。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象