次の方法で共有


ResourceTypeRegistrationResource.GetNestedResourceTypeThirdSkuAsync メソッド

定義

指定されたリソースの種類と SKU 名の SKU の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecondSecond}/resourcetypeRegistrations/{nestedResourceTypeThird}/skus/{sku}
  • 操作IdSkus_GetNestedResourceTypeThird
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ProviderHub.NestedResourceTypeThirdSkuResource>> GetNestedResourceTypeThirdSkuAsync (string nestedResourceTypeFirst, string nestedResourceTypeSecond, string nestedResourceTypeThird, string sku, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNestedResourceTypeThirdSkuAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ProviderHub.NestedResourceTypeThirdSkuResource>>
override this.GetNestedResourceTypeThirdSkuAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ProviderHub.NestedResourceTypeThirdSkuResource>>
Public Overridable Function GetNestedResourceTypeThirdSkuAsync (nestedResourceTypeFirst As String, nestedResourceTypeSecond As String, nestedResourceTypeThird As String, sku As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NestedResourceTypeThirdSkuResource))

パラメーター

nestedResourceTypeFirst
String

最初の子リソースの種類。

nestedResourceTypeSecond
String

2 番目の子リソースの種類。

nestedResourceTypeThird
String

3 番目の子リソースの種類。

sku
String

SKU。

cancellationToken
CancellationToken

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

戻り値

例外

nestedResourceTypeFirstnestedResourceTypeSecondnestedResourceTypeThird または sku は空の文字列であり、空でないと想定されていました。

nestedResourceTypeFirstnestedResourceTypeSecondnestedResourceTypeThird、または sku が null です。

適用対象