IUpdateRun Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.UpdateRunTypeConverter))]
public interface IUpdateRun : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api30.IResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.UpdateRunTypeConverter))>]
type IUpdateRun = interface
interface IJsonSerializable
interface IResourceAutoGenerated
Public Interface IUpdateRun
Implements IResourceAutoGenerated
- Derived
- Attributes
- Implements
Properties
Duration |
Duration of the update run. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResourceAutoGenerated) |
LastUpdatedTime |
Timestamp of the most recently completed step in the update run. |
Location |
The geo-location where the resource lives |
Name |
The name of the resource (Inherited from IResourceAutoGenerated) |
ProgressDescription |
More detailed description of the step. |
ProgressEndTimeUtc |
When the step reached a terminal state. |
ProgressErrorMessage |
Error message, specified if the step is in a failed state. |
ProgressLastUpdatedTimeUtc |
Completion time of this step or the last completed sub-step. |
ProgressName |
Name of the step. |
ProgressStartTimeUtc |
When the step started, or empty if it has not started executing. |
ProgressStatus |
Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'. |
ProgressStep |
Recursive model for child steps of this step. |
ProvisioningState |
Provisioning state of the UpdateRuns proxy resource. |
State |
State of the update run. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResourceAutoGenerated) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResourceAutoGenerated) |
SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResourceAutoGenerated) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResourceAutoGenerated) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResourceAutoGenerated) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResourceAutoGenerated) |
TimeStarted |
Timestamp of the update run was started. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResourceAutoGenerated) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |