Partilhar via


ArmHciModelFactory.HciClusterUpdateData Method

Definition

Initializes a new instance of HciClusterUpdateData.

public static Azure.ResourceManager.Hci.HciClusterUpdateData HciClusterUpdateData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.Hci.Models.HciProvisioningState? provisioningState = default, DateTimeOffset? installedOn = default, string description = default, string minSbeVersionRequired = default, Azure.ResourceManager.Hci.Models.HciUpdateState? state = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciClusterUpdatePrerequisite> prerequisites = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciPackageVersionInfo> componentVersions = default, Azure.ResourceManager.Hci.Models.HciNodeRebootRequirement? rebootRequired = default, Azure.ResourceManager.Hci.Models.HciHealthState? healthState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciPrecheckResult> healthCheckResult = default, DateTimeOffset? healthCheckOn = default, string packagePath = default, float? packageSizeInMb = default, string displayName = default, string version = default, string publisher = default, string releaseLink = default, Azure.ResourceManager.Hci.Models.HciAvailabilityType? availabilityType = default, string packageType = default, string additionalProperties = default, float? progressPercentage = default, string notifyMessage = default);
static member HciClusterUpdateData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.Hci.Models.HciProvisioningState> * Nullable<DateTimeOffset> * string * string * Nullable<Azure.ResourceManager.Hci.Models.HciUpdateState> * seq<Azure.ResourceManager.Hci.Models.HciClusterUpdatePrerequisite> * seq<Azure.ResourceManager.Hci.Models.HciPackageVersionInfo> * Nullable<Azure.ResourceManager.Hci.Models.HciNodeRebootRequirement> * Nullable<Azure.ResourceManager.Hci.Models.HciHealthState> * seq<Azure.ResourceManager.Hci.Models.HciPrecheckResult> * Nullable<DateTimeOffset> * string * Nullable<single> * string * string * string * string * Nullable<Azure.ResourceManager.Hci.Models.HciAvailabilityType> * string * string * Nullable<single> * string -> Azure.ResourceManager.Hci.HciClusterUpdateData
Public Shared Function HciClusterUpdateData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional provisioningState As Nullable(Of HciProvisioningState) = Nothing, Optional installedOn As Nullable(Of DateTimeOffset) = Nothing, Optional description As String = Nothing, Optional minSbeVersionRequired As String = Nothing, Optional state As Nullable(Of HciUpdateState) = Nothing, Optional prerequisites As IEnumerable(Of HciClusterUpdatePrerequisite) = Nothing, Optional componentVersions As IEnumerable(Of HciPackageVersionInfo) = Nothing, Optional rebootRequired As Nullable(Of HciNodeRebootRequirement) = Nothing, Optional healthState As Nullable(Of HciHealthState) = Nothing, Optional healthCheckResult As IEnumerable(Of HciPrecheckResult) = Nothing, Optional healthCheckOn As Nullable(Of DateTimeOffset) = Nothing, Optional packagePath As String = Nothing, Optional packageSizeInMb As Nullable(Of Single) = Nothing, Optional displayName As String = Nothing, Optional version As String = Nothing, Optional publisher As String = Nothing, Optional releaseLink As String = Nothing, Optional availabilityType As Nullable(Of HciAvailabilityType) = Nothing, Optional packageType As String = Nothing, Optional additionalProperties As String = Nothing, Optional progressPercentage As Nullable(Of Single) = Nothing, Optional notifyMessage As String = Nothing) As HciClusterUpdateData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

location
Nullable<AzureLocation>

The geo-location where the resource lives.

provisioningState
Nullable<HciProvisioningState>

Provisioning state of the Updates proxy resource.

installedOn
Nullable<DateTimeOffset>

Date that the update was installed.

description
String

Description of the update.

minSbeVersionRequired
String

Minimum Sbe Version of the update.

state
Nullable<HciUpdateState>

State of the update as it relates to this stamp.

prerequisites
IEnumerable<HciClusterUpdatePrerequisite>

If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.

componentVersions
IEnumerable<HciPackageVersionInfo>

An array of component versions for a Solution Bundle update, and an empty array otherwise.

healthState
Nullable<HciHealthState>

Overall health state for update-specific health checks.

healthCheckResult
IEnumerable<HciPrecheckResult>

An array of PrecheckResult objects.

healthCheckOn
Nullable<DateTimeOffset>

Last time the package-specific checks were run.

packagePath
String

Path where the update package is available.

packageSizeInMb
Nullable<Single>

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.

displayName
String

Display name of the Update.

version
String

Version of the update.

publisher
String

Publisher of the update package.

releaseLink
String

Link to release notes for the update.

availabilityType
Nullable<HciAvailabilityType>

Indicates the way the update content can be downloaded.

packageType
String

Customer-visible type of the update.

additionalProperties
String

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.

progressPercentage
Nullable<Single>

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.

notifyMessage
String

Brief message with instructions for updates of AvailabilityType Notify.

Returns

A new HciClusterUpdateData instance for mocking.

Applies to