Bagikan melalui


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

OSProfileWindowsConfiguration()

Creates an new OSProfileWindowsConfiguration instance.

Properties

PatchSettingAssessmentMode

Specifies the assessment mode.

PatchSettingPatchMode

Specifies the patch mode.

Methods

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