GetMSIXPackagePlainArgs

data class GetMSIXPackagePlainArgs(val hostPoolName: String, val msixPackageFullName: String, val resourceGroupName: String) : ConvertibleToJava<GetMSIXPackagePlainArgs>

Constructors

Link copied to clipboard
constructor(hostPoolName: String, msixPackageFullName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the host pool within the specified resource group

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetMSIXPackagePlainArgs