GetDraftPackageResult

data class GetDraftPackageResult(val appFileName: String? = null, val applicationName: String? = null, val azureApiVersion: String, val comments: String? = null, val draftPackagePath: String, val editPackage: Boolean? = null, val executableLaunchCommand: String? = null, val firstPartyApps: List<FirstPartyAppDefinitionResponse>? = null, val flightingRing: String? = null, val galleryApps: List<GalleryAppDefinitionResponse>? = null, val highlightedFiles: List<HighlightedFileResponse>? = null, val id: String, val inplaceUpgradeOSPair: InplaceUpgradeOSInfoResponse? = null, val intuneEnrollmentMetadata: IntuneEnrollmentMetadataResponse? = null, val intuneMetadata: DraftPackageIntuneAppMetadataResponse? = null, val lastModifiedTime: String, val name: String, val packageId: String? = null, val packageTags: Map<String, String>? = null, val processName: String? = null, val provisioningState: String, val sourceType: String? = null, val systemData: SystemDataResponse, val tabState: TabStateResponse? = null, val targetOSList: List<TargetOSInfoResponse>? = null, val testTypes: List<String>? = null, val tests: List<TestResponse>? = null, val type: String, val useAutofill: Boolean? = null, val useSample: Boolean? = null, val version: String? = null, val workingPath: String)

The Test Base Draft Package resource.

Constructors

Link copied to clipboard
constructor(appFileName: String? = null, applicationName: String? = null, azureApiVersion: String, comments: String? = null, draftPackagePath: String, editPackage: Boolean? = null, executableLaunchCommand: String? = null, firstPartyApps: List<FirstPartyAppDefinitionResponse>? = null, flightingRing: String? = null, galleryApps: List<GalleryAppDefinitionResponse>? = null, highlightedFiles: List<HighlightedFileResponse>? = null, id: String, inplaceUpgradeOSPair: InplaceUpgradeOSInfoResponse? = null, intuneEnrollmentMetadata: IntuneEnrollmentMetadataResponse? = null, intuneMetadata: DraftPackageIntuneAppMetadataResponse? = null, lastModifiedTime: String, name: String, packageId: String? = null, packageTags: Map<String, String>? = null, processName: String? = null, provisioningState: String, sourceType: String? = null, systemData: SystemDataResponse, tabState: TabStateResponse? = null, targetOSList: List<TargetOSInfoResponse>? = null, testTypes: List<String>? = null, tests: List<TestResponse>? = null, type: String, useAutofill: Boolean? = null, useSample: Boolean? = null, version: String? = null, workingPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appFileName: String? = null

The name of the app file.

Link copied to clipboard
val applicationName: String? = null

Application name

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val comments: String? = null

Comments added by user.

Link copied to clipboard

The relative path of the folder hosting package files.

Link copied to clipboard
val editPackage: Boolean? = null

Specifies whether this draft package is used to edit a package.

Link copied to clipboard

The executable launch command for script auto-fill. Will be used to run the application.

Link copied to clipboard

The list of first party applications to test along with user application.

Link copied to clipboard
val flightingRing: String? = null

The flighting ring for feature update.

Link copied to clipboard

The list of gallery apps to test along with user application.

Link copied to clipboard

The highlight files in the package.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Specifies the baseline os and target os for inplace upgrade.

Link copied to clipboard

The metadata of Intune enrollment.

Link copied to clipboard

Metadata used to generate draft package folder and scripts.

Link copied to clipboard

The UTC timestamp when the package was last modified.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val packageId: String? = null

Specifies the package id from which the draft package copied.

Link copied to clipboard
val packageTags: Map<String, String>? = null

Tags of the package to be created.

Link copied to clipboard
val processName: String? = null

The process name for script auto-fill. Will be used to identify the application process.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard
val sourceType: String? = null

The source type.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

Tab state.

Link copied to clipboard

Specifies the target OSs of specific OS Update types.

Link copied to clipboard
val tests: List<TestResponse>? = null

The detailed test information.

Link copied to clipboard
val testTypes: List<String>? = null

OOB, functional or flow driven. Mapped to the data in 'tests' property.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val useAutofill: Boolean? = null

Indicates whether user choose to enable script auto-fill.

Link copied to clipboard
val useSample: Boolean? = null

Specifies whether a sample package should be used instead of the one uploaded by the user.

Link copied to clipboard
val version: String? = null

Application version

Link copied to clipboard

The relative path for a temporarily folder for package creation work.