DataBoxEdgeDeviceUpdateSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details about ongoing updates and availability of updates on the device.
public class DataBoxEdgeDeviceUpdateSummary : Azure.ResourceManager.Models.ResourceData
type DataBoxEdgeDeviceUpdateSummary = class
inherit ResourceData
Public Class DataBoxEdgeDeviceUpdateSummary
Inherits ResourceData
- Inheritance
Constructors
DataBoxEdgeDeviceUpdateSummary() |
Initializes a new instance of DataBoxEdgeDeviceUpdateSummary. |
Properties
DeviceLastScannedOn |
The last time when a scan was done on the device. |
DeviceVersionNumber |
The current version of the device in format: 1.2.17312.13.",. |
FriendlyDeviceVersionName |
The current version of the device in text format. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InProgressDownloadJobId |
The job ID of the download job in progress. |
InProgressDownloadJobStartedOn |
The time when the currently running download (if any) started. |
InProgressInstallJobId |
The job ID of the install job in progress. |
InProgressInstallJobStartedOn |
The time when the currently running install (if any) started. |
LastCompletedDownloadJobId |
JobId of the last ran download job.(Can be success/cancelled/failed). |
LastCompletedDownloadJobOn |
The time when the last Download job was completed (success/cancelled/failed) on the appliance. |
LastCompletedInstallJobId |
JobId of the last ran install job.(Can be success/cancelled/failed). |
LastCompletedInstallJobOn |
The time when the last Install job was completed (success/cancelled/failed) on the appliance. |
LastCompletedScanJobOn |
The time when the last scan job was completed (success/cancelled/failed) on the appliance. |
LastDownloadJobStatus |
JobStatus of the last ran download job. |
LastInstallJobStatus |
JobStatus of the last ran install job. |
LastSuccessfulInstallJobOn |
The time when the Last Install job was completed successfully on the appliance. |
LastSuccessfulScanJobOn |
Time when the last scan job is successfully completed. |
Name |
The name of the resource. (Inherited from ResourceData) |
OngoingUpdateOperation |
The current update operation. |
RebootBehavior |
Indicates if updates are available and at least one of the updates needs a reboot. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TotalNumberOfUpdatesAvailable |
The number of updates available for the current device version as per the last device scan. |
TotalNumberOfUpdatesPendingDownload |
The total number of items pending download. |
TotalNumberOfUpdatesPendingInstall |
The total number of items pending install. |
TotalTimeInMinutes |
The total time in Minutes. |
TotalUpdateSizeInBytes |
The total size of updates available for download in bytes. |
Updates |
The list of updates available for install. |
UpdateTitles |
The list of updates available for install. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET