ResourceTypeRegistrationResource.GetNestedResourceTypeThirdSkus Method

Definition

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