HciClusterUpdateData 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.
A class representing the HciClusterUpdate data model. Update details
public class HciClusterUpdateData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.HciClusterUpdateData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.HciClusterUpdateData>
type HciClusterUpdateData = class
inherit ResourceData
interface IJsonModel<HciClusterUpdateData>
interface IPersistableModel<HciClusterUpdateData>
Public Class HciClusterUpdateData
Inherits ResourceData
Implements IJsonModel(Of HciClusterUpdateData), IPersistableModel(Of HciClusterUpdateData)
- Inheritance
- Implements
Constructors
HciClusterUpdateData() |
Initializes a new instance of HciClusterUpdateData. |
Properties
AdditionalProperties |
Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type. |
AvailabilityType |
Indicates the way the update content can be downloaded. |
ComponentVersions |
An array of component versions for a Solution Bundle update, and an empty array otherwise. |
Description |
Description of the update. |
DisplayName |
Display name of the Update. |
HealthCheckOn |
Last time the package-specific checks were run. |
HealthCheckResult |
An array of PrecheckResult objects. |
HealthState |
Overall health state for update-specific health checks. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InstalledOn |
Date that the update was installed. |
Location |
The geo-location where the resource lives. |
MinSbeVersionRequired |
Minimum Sbe Version of the update. |
Name |
The name of the resource. (Inherited from ResourceData) |
NotifyMessage |
Brief message with instructions for updates of AvailabilityType Notify. |
PackagePath |
Path where the update package is available. |
PackageSizeInMb |
Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content. |
PackageType |
Customer-visible type of the update. |
Prerequisites |
If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty. |
ProgressPercentage |
Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded. |
ProvisioningState |
Provisioning state of the Updates proxy resource. |
Publisher |
Publisher of the update package. |
RebootRequired |
Gets or sets the reboot required. |
ReleaseLink |
Link to release notes for the update. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
State |
State of the update as it relates to this stamp. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Version |
Version of the update. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<HciClusterUpdateData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciClusterUpdateData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciClusterUpdateData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciClusterUpdateData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciClusterUpdateData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET