OSProfileLinuxConfiguration Class

Definition

Specifies the linux configuration for update management.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.OSProfileLinuxConfigurationTypeConverter))]
public class OSProfileLinuxConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfileLinuxConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.OSProfileLinuxConfigurationTypeConverter))>]
type OSProfileLinuxConfiguration = class
    interface IOSProfileLinuxConfiguration
    interface IJsonSerializable
Public Class OSProfileLinuxConfiguration
Implements IOSProfileLinuxConfiguration
Inheritance
OSProfileLinuxConfiguration
Attributes
Implements

Constructors

OSProfileLinuxConfiguration()

Creates an new OSProfileLinuxConfiguration instance.

Properties

AdditionalInfo

The error additional info.

Code

The error code.

Detail

The error details.

Message

The error message.

PatchSettingAssessmentMode

Specifies the assessment mode.

PatchSettingEnableHotpatching

Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.

PatchSettingPatchMode

Specifies the patch mode.

StatusHotpatchEnablementStatus

Indicates the current status of the hotpatch being enabled or disabled.

Target

The error target.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OSProfileLinuxConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OSProfileLinuxConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfileLinuxConfiguration.

FromJsonString(String)

Creates a new instance of OSProfileLinuxConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OSProfileLinuxConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to