ResourceTypeRegistrationResource.GetNestedResourceTypeSecondSkus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of NestedResourceTypeSecondSkuResources in the ResourceTypeRegistration.
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
Parameters
- nestedResourceTypeFirst
- String
The first child resource type.
- nestedResourceTypeSecond
- String
The second child resource type.
Returns
An object representing collection of NestedResourceTypeSecondSkuResources and their operations over a NestedResourceTypeSecondSkuResource.
Exceptions
nestedResourceTypeFirst
or nestedResourceTypeSecond
is null.
nestedResourceTypeFirst
or nestedResourceTypeSecond
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET