GetPackageResult

data class GetPackageResult(val applicationName: String, val blobPath: String, val etag: String, val flightingRing: String, val id: String, val isEnabled: Boolean, val lastModifiedTime: String, val location: String, val name: String, val packageStatus: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val targetOSList: List<TargetOSInfoResponse>, val testTypes: List<String>, val tests: List<TestResponse>, val type: String, val validationResults: List<PackageValidationResultResponse>, val version: String)

The Test Base Package resource.

Constructors

Link copied to clipboard
constructor(applicationName: String, blobPath: String, etag: String, flightingRing: String, id: String, isEnabled: Boolean, lastModifiedTime: String, location: String, name: String, packageStatus: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, targetOSList: List<TargetOSInfoResponse>, testTypes: List<String>, tests: List<TestResponse>, type: String, validationResults: List<PackageValidationResultResponse>, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Application name

Link copied to clipboard

The file path of the package.

Link copied to clipboard

Resource Etag.

Link copied to clipboard

The flighting ring for feature update.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Flag showing that whether the package is enabled. It doesn't schedule test for package which is not enabled.

Link copied to clipboard

The UTC timestamp when the package was last modified.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Resource name.

Link copied to clipboard

The status of the package.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

The system metadata relating to this resource

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

The tags of the resource.

Link copied to clipboard

Specifies the target OSs of specific OS Update types.

Link copied to clipboard

The detailed test information.

Link copied to clipboard

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

Link copied to clipboard

Resource type.

Link copied to clipboard

The validation results. There's validation on package when it's created or updated.

Link copied to clipboard

Application version