次の方法で共有


WorkloadsExtensions.SapSupportedSkuAsync メソッド

定義

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

Azure リージョンの名前。

content
SapSupportedSkusContent

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

cancellationToken
CancellationToken

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

戻り値

適用対象