get Managed Cluster Application Type Version
suspend fun getManagedClusterApplicationTypeVersion(argument: GetManagedClusterApplicationTypeVersionPlainArgs): GetManagedClusterApplicationTypeVersionResult
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. Azure REST API version: 2023-03-01-preview.
Return
An application type version resource for the specified application type name resource.
Parameters
argument
null
suspend fun getManagedClusterApplicationTypeVersion(applicationTypeName: String, clusterName: String, resourceGroupName: String, version: String): GetManagedClusterApplicationTypeVersionResult
Return
An application type version resource for the specified application type name resource.
See also
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.
version
The application type version.
suspend fun getManagedClusterApplicationTypeVersion(argument: suspend GetManagedClusterApplicationTypeVersionPlainArgsBuilder.() -> Unit): GetManagedClusterApplicationTypeVersionResult
Return
An application type version resource for the specified application type name resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.servicefabric.kotlin.inputs.GetManagedClusterApplicationTypeVersionPlainArgs.