ResourceTypeRegistrationResource.GetNestedResourceTypeSecondSkus メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。