HciClusterUpdateData.State Property
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.
Represents the current state of the update as it relates to this stamp. This includes phases such as preparation, installation, scanning, and error handling, providing insight into the update's progress and any issues encountered.
public Azure.ResourceManager.Hci.Models.HciUpdateState? State { get; set; }
member this.State : Nullable<Azure.ResourceManager.Hci.Models.HciUpdateState> with get, set
Public Property State As Nullable(Of HciUpdateState)