get Resource Type Registration
suspend fun getResourceTypeRegistration(argument: GetResourceTypeRegistrationPlainArgs): GetResourceTypeRegistrationResult
Gets a resource type details in the given subscription and provider. Uses Azure REST API version 2021-09-01-preview.
Return
null
Parameters
argument
null
suspend fun getResourceTypeRegistration(providerNamespace: String, resourceType: String): GetResourceTypeRegistrationResult
Return
null
Parameters
provider Namespace
The name of the resource provider hosted within ProviderHub.
resource Type
The resource type.
See also
suspend fun getResourceTypeRegistration(argument: suspend GetResourceTypeRegistrationPlainArgsBuilder.() -> Unit): GetResourceTypeRegistrationResult
Return
null
Parameters
argument
Builder for com.pulumi.azurenative.providerhub.kotlin.inputs.GetResourceTypeRegistrationPlainArgs.