ResourceTypeRegistrationResource.GetNestedResourceTypeFirstSkus 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 NestedResourceTypeFirstSkuResources in the ResourceTypeRegistration.
public virtual Azure.ResourceManager.ProviderHub.NestedResourceTypeFirstSkuCollection GetNestedResourceTypeFirstSkus (string nestedResourceTypeFirst);
abstract member GetNestedResourceTypeFirstSkus : string -> Azure.ResourceManager.ProviderHub.NestedResourceTypeFirstSkuCollection
override this.GetNestedResourceTypeFirstSkus : string -> Azure.ResourceManager.ProviderHub.NestedResourceTypeFirstSkuCollection
Public Overridable Function GetNestedResourceTypeFirstSkus (nestedResourceTypeFirst As String) As NestedResourceTypeFirstSkuCollection
Parameters
- nestedResourceTypeFirst
- String
The first child resource type.
Returns
An object representing collection of NestedResourceTypeFirstSkuResources and their operations over a NestedResourceTypeFirstSkuResource.
Exceptions
nestedResourceTypeFirst
is null.
nestedResourceTypeFirst
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET