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