get Skus Nested Resource Type Second
suspend fun getSkusNestedResourceTypeSecond(argument: GetSkusNestedResourceTypeSecondPlainArgs): GetSkusNestedResourceTypeSecondResult
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 getSkusNestedResourceTypeSecond(nestedResourceTypeFirst: String, nestedResourceTypeSecond: String, providerNamespace: String, resourceType: String, sku: String): GetSkusNestedResourceTypeSecondResult
Return
null
Parameters
nested Resource Type First
The first child resource type.
nested Resource Type Second
The second child resource type.
provider Namespace
The name of the resource provider hosted within ProviderHub.
resource Type
The resource type.
sku
The SKU.
See also
suspend fun getSkusNestedResourceTypeSecond(argument: suspend GetSkusNestedResourceTypeSecondPlainArgsBuilder.() -> Unit): GetSkusNestedResourceTypeSecondResult
Return
null
Parameters
argument
Builder for com.pulumi.azurenative.providerhub.kotlin.inputs.GetSkusNestedResourceTypeSecondPlainArgs.