get Skus Nested Resource Type Third
suspend fun getSkusNestedResourceTypeThird(argument: GetSkusNestedResourceTypeThirdPlainArgs): GetSkusNestedResourceTypeThirdResult
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 getSkusNestedResourceTypeThird(nestedResourceTypeFirst: String, nestedResourceTypeSecond: String, nestedResourceTypeThird: String, providerNamespace: String, resourceType: String, sku: String): GetSkusNestedResourceTypeThirdResult
Return
null
Parameters
nested Resource Type First
The first child resource type.
nested Resource Type Second
The second child resource type.
nested Resource Type Third
The third 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 getSkusNestedResourceTypeThird(argument: suspend GetSkusNestedResourceTypeThirdPlainArgsBuilder.() -> Unit): GetSkusNestedResourceTypeThirdResult
Return
null
Parameters
argument
Builder for com.pulumi.azurenative.providerhub.kotlin.inputs.GetSkusNestedResourceTypeThirdPlainArgs.