GetPackageResult

data class GetPackageResult(val applicationName: String, val azureApiVersion: String, val blobPath: String? = null, val draftPackageId: String? = null, val firstPartyApps: List<FirstPartyAppDefinitionResponse>? = null, val flightingRing: String? = null, val galleryApps: List<GalleryAppDefinitionResponse>, val id: String, val inplaceUpgradeOSPair: InplaceUpgradeOSInfoResponse? = null, val intuneEnrollmentMetadata: IntuneEnrollmentMetadataResponse? = null, 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>? = null, val testTypes: List<String>, val tests: List<TestResponse>? = null, val type: String, val validationResults: List<PackageValidationResultResponse>, val version: String)

The Test Base Package resource.

Constructors

Link copied to clipboard
constructor(applicationName: String, azureApiVersion: String, blobPath: String? = null, draftPackageId: String? = null, firstPartyApps: List<FirstPartyAppDefinitionResponse>? = null, flightingRing: String? = null, galleryApps: List<GalleryAppDefinitionResponse>, id: String, inplaceUpgradeOSPair: InplaceUpgradeOSInfoResponse? = null, intuneEnrollmentMetadata: IntuneEnrollmentMetadataResponse? = null, isEnabled: Boolean, lastModifiedTime: String, location: String, name: String, packageStatus: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, targetOSList: List<TargetOSInfoResponse>? = null, testTypes: List<String>, tests: List<TestResponse>? = null, 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 Azure API version of the resource.

Link copied to clipboard
val blobPath: String? = null

The file path of the package.

Link copied to clipboard
val draftPackageId: String? = null

The id of draft package. Used to create or update this package from a draft package.

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
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

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

The name of the resource

Link copied to clipboard

The status of the package.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

Resource tags.

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

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

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

Link copied to clipboard

Application version