Udostępnij przez


OSProfileWindowsConfiguration Class

Definition

Specifies the windows configuration for update management.

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

Constructors

Name Description
OSProfileWindowsConfiguration()

Creates an new OSProfileWindowsConfiguration instance.

Properties

Name Description
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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OSProfileWindowsConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OSProfileWindowsConfiguration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OSProfileWindowsConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to