getSkusNestedResourceTypeFirst

Gets the sku details for the given resource type and sku name. Uses Azure REST API version 2021-09-01-preview.

Return

null

Parameters

argument

null


suspend fun getSkusNestedResourceTypeFirst(nestedResourceTypeFirst: String, providerNamespace: String, resourceType: String, sku: String): GetSkusNestedResourceTypeFirstResult

Return

null

Parameters

nestedResourceTypeFirst

The first child resource type.

providerNamespace

The name of the resource provider hosted within ProviderHub.

resourceType

The resource type.

sku

The SKU.

See also


Return

null

Parameters

argument

Builder for com.pulumi.azurenative.providerhub.kotlin.inputs.GetSkusNestedResourceTypeFirstPlainArgs.

See also