IMachineUpdateProperties 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.StackHCIVM.Models.MachineUpdatePropertiesTypeConverter))]
public interface IMachineUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.MachineUpdatePropertiesTypeConverter))>]
type IMachineUpdateProperties = interface
interface IJsonSerializable
Public Interface IMachineUpdateProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AgentUpgradeCorrelationId |
The correlation ID passed in from RSM per upgrade. |
AgentUpgradeDesiredVersion |
Specifies the version info w.r.t AgentUpgrade for the machine. |
AgentUpgradeEnableAutomaticUpgrade |
Specifies if RSM should try to upgrade this machine |
AgentUpgradeLastAttemptDesiredVersion |
Specifies the version of the last attempt |
AgentUpgradeLastAttemptMessage |
Failure message of last upgrade attempt if any. |
AgentUpgradeLastAttemptStatus |
Specifies the status of Agent Upgrade. |
AgentUpgradeLastAttemptTimestamp |
Timestamp of last upgrade attempt |
CloudMetadataProvider |
Specifies the cloud provider (Azure/AWS/GCP...). |
LinuxConfigurationPatchSettingsAssessmentMode |
Specifies the assessment mode. |
LinuxConfigurationPatchSettingsPatchMode |
Specifies the patch mode. |
LocationDataCity |
The city or locality where the resource is located. |
LocationDataCountryOrRegion |
The country or region where the resource is located |
LocationDataDistrict |
The district, state, or province where the resource is located. |
LocationDataName |
A canonical name for the geographic or physical location. |
OSProfileComputerName |
Specifies the host OS name of the hybrid machine. |
ParentClusterResourceId |
The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. |
PrivateLinkScopeResourceId |
The resource id of the private link scope this machine is assigned to, if any. |
WindowsConfigurationPatchSettingsAssessmentMode |
Specifies the assessment mode. |
WindowsConfigurationPatchSettingsPatchMode |
Specifies the patch mode. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |