GetUpdateSummaryResult

data class GetUpdateSummaryResult(val currentVersion: String? = null, val hardwareModel: String? = null, val healthCheckDate: String? = null, val id: String, val lastChecked: String? = null, val lastUpdated: String? = null, val location: String? = null, val name: String, val oemFamily: String? = null, val provisioningState: String, val state: String? = null, val systemData: SystemDataResponse, val type: String)

Get the update summaries for the cluster

Constructors

Link copied to clipboard
constructor(currentVersion: String? = null, hardwareModel: String? = null, healthCheckDate: String? = null, id: String, lastChecked: String? = null, lastUpdated: String? = null, location: String? = null, name: String, oemFamily: String? = null, provisioningState: String, state: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currentVersion: String? = null

Current Solution Bundle version of the stamp.

Link copied to clipboard
val hardwareModel: String? = null

Name of the hardware model.

Link copied to clipboard
val healthCheckDate: String? = null

Last time the package-specific checks were run.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val lastChecked: String? = null

Last time the update service successfully checked for updates

Link copied to clipboard
val lastUpdated: String? = null

Last time an update installation completed successfully.

Link copied to clipboard
val location: String? = null

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard
val oemFamily: String? = null

OEM family name.

Link copied to clipboard

Provisioning state of the UpdateSummaries proxy resource.

Link copied to clipboard
val state: String? = null

Overall update state of the stamp.

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"