Get Package Result
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)
Properties
Link copied to clipboard
Application name
Link copied to clipboard
The flighting ring for feature update.
Link copied to clipboard
The UTC timestamp when the package was last modified.
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
Specifies the target OSs of specific OS Update types.
Link copied to clipboard
The detailed test information.
Link copied to clipboard
The validation results. There's validation on package when it's created or updated.