MSIXPackage Args
constructor(displayName: Output<String>? = null, hostPoolName: Output<String>? = null, imagePath: Output<String>? = null, isActive: Output<Boolean>? = null, isRegularRegistration: Output<Boolean>? = null, lastUpdated: Output<String>? = null, msixPackageFullName: Output<String>? = null, packageApplications: Output<List<MsixPackageApplicationsArgs>>? = null, packageDependencies: Output<List<MsixPackageDependenciesArgs>>? = null, packageFamilyName: Output<String>? = null, packageName: Output<String>? = null, packageRelativePath: Output<String>? = null, resourceGroupName: Output<String>? = null, version: Output<String>? = null)