getManagedCCF

Retrieves the properties of a Managed CCF app. Uses Azure REST API version 2023-06-28-preview. Other available API versions: 2022-09-08-preview, 2023-01-26-preview, 2024-07-09-preview, 2024-09-19-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native confidentialledger [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Managed CCF. Contains the properties of Managed CCF Resource.

Parameters

argument

null


suspend fun getManagedCCF(appName: String, resourceGroupName: String): GetManagedCCFResult

Return

Managed CCF. Contains the properties of Managed CCF Resource.

Parameters

appName

Name of the Managed CCF

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Managed CCF. Contains the properties of Managed CCF Resource.

Parameters

argument

Builder for com.pulumi.azurenative.confidentialledger.kotlin.inputs.GetManagedCCFPlainArgs.

See also