次の方法で共有


ResourceTypeRegistrationResource.GetNestedResourceTypeSecondSkus メソッド

定義

ResourceTypeRegistration 内の NestedResourceTypeSecondSkuResources のコレクションを取得します。

public virtual Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuCollection GetNestedResourceTypeSecondSkus (string nestedResourceTypeFirst, string nestedResourceTypeSecond);
abstract member GetNestedResourceTypeSecondSkus : string * string -> Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuCollection
override this.GetNestedResourceTypeSecondSkus : string * string -> Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuCollection
Public Overridable Function GetNestedResourceTypeSecondSkus (nestedResourceTypeFirst As String, nestedResourceTypeSecond As String) As NestedResourceTypeSecondSkuCollection

パラメーター

nestedResourceTypeFirst
String

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

nestedResourceTypeSecond
String

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

戻り値

NestedResourceTypeSecondSkuResources のコレクションとその NestedResourceTypeSecondSkuResource に対する操作を表すオブジェクト。

例外

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

nestedResourceTypeFirst または nestedResourceTypeSecond が null です。

適用対象