getMSIXPackage

Get a msixpackage. Uses Azure REST API version 2024-04-03. Other available API versions: 2022-09-09, 2022-10-14-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-08-preview, 2024-08-08-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native desktopvirtualization [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Schema for MSIX Package properties.

Parameters

argument

null


suspend fun getMSIXPackage(hostPoolName: String, msixPackageFullName: String, resourceGroupName: String): GetMSIXPackageResult

Return

Schema for MSIX Package properties.

Parameters

hostPoolName

The name of the host pool within the specified resource group

msixPackageFullName

The version specific package full name of the MSIX package within specified hostpool

resourceGroupName

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

See also


Return

Schema for MSIX Package properties.

Parameters

argument

Builder for com.pulumi.azurenative.desktopvirtualization.kotlin.inputs.GetMSIXPackagePlainArgs.

See also