ApplicationArgs

constructor(applicationGroupName: Output<String>? = null, applicationName: Output<String>? = null, applicationType: Output<Either<String, RemoteApplicationType>>? = null, commandLineArguments: Output<String>? = null, commandLineSetting: Output<Either<String, CommandLineSetting>>? = null, description: Output<String>? = null, filePath: Output<String>? = null, friendlyName: Output<String>? = null, iconIndex: Output<Int>? = null, iconPath: Output<String>? = null, msixPackageApplicationId: Output<String>? = null, msixPackageFamilyName: Output<String>? = null, resourceGroupName: Output<String>? = null, showInPortal: Output<Boolean>? = null)