OSProfileWindowsConfiguration Class
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.
Specifies the windows configuration for update management.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.OSProfileWindowsConfigurationTypeConverter))]
public class OSProfileWindowsConfiguration : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IOSProfileWindowsConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.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.StackHCIVM.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() |