get Application Type Version
suspend fun getApplicationTypeVersion(argument: GetApplicationTypeVersionPlainArgs): GetApplicationTypeVersionResult
Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource. Uses Azure REST API version 2024-11-01-preview.
Return
An application type version resource for the specified application type name resource.
Parameters
argument
null
suspend fun getApplicationTypeVersion(applicationTypeName: String, clusterName: String, resourceGroupName: String, version: String): GetApplicationTypeVersionResult
Return
An application type version resource for the specified application type name resource.
Parameters
application Type Name
The name of the application type name resource.
cluster Name
The name of the cluster resource.
resource Group Name
The name of the resource group. The name is case insensitive.
version
The application type version.
See also
suspend fun getApplicationTypeVersion(argument: suspend GetApplicationTypeVersionPlainArgsBuilder.() -> Unit): GetApplicationTypeVersionResult
Return
An application type version resource for the specified application type name resource.
Parameters
argument
Builder for com.pulumi.azurenative.servicefabric.kotlin.inputs.GetApplicationTypeVersionPlainArgs.