GetCustomImageResult

data class GetCustomImageResult(val creationTime: String, val definitionName: String, val id: String, val name: String, val osDiskImageSizeInGB: Double, val product: String, val provisioningState: String, val release: String, val releaseVersionDate: String, val source: String, val status: String, val systemData: SystemDataResponse, val type: String, val validationResults: ImageValidationResultsResponse, val versionName: String, val vhdFileName: String, val vhdId: String? = null)

The test base custom image resource.

Constructors

Link copied to clipboard
constructor(creationTime: String, definitionName: String, id: String, name: String, osDiskImageSizeInGB: Double, product: String, provisioningState: String, release: String, releaseVersionDate: String, source: String, status: String, systemData: SystemDataResponse, type: String, validationResults: ImageValidationResultsResponse, versionName: String, vhdFileName: String, vhdId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The UTC timestamp when the custom image was published.

Link copied to clipboard

Image definition name.

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

The name of the resource

Link copied to clipboard

This property indicates the size of the VHD to be created.

Link copied to clipboard

Product of the custom image.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

Release of the custom image OS.

Link copied to clipboard

The release version date of the release of the custom image OS.

Link copied to clipboard

Custom image source type.

Link copied to clipboard

Status of the custom image.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

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

Link copied to clipboard

The validation result of the custom image.

Link copied to clipboard

Image version name.

Link copied to clipboard

The file name of the associated VHD resource.

Link copied to clipboard
val vhdId: String? = null

The Id of the associated VHD resource.