OperatingSystemConfiguration 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.OperatingSystemConfigurationTypeConverter))]
public class OperatingSystemConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOperatingSystemConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.OperatingSystemConfigurationTypeConverter))>]
type OperatingSystemConfiguration = class
interface IOperatingSystemConfiguration
interface IJsonSerializable
Public Class OperatingSystemConfiguration
Implements IOperatingSystemConfiguration
- Inheritance
-
OperatingSystemConfiguration
- Attributes
- Implements
Constructors
OperatingSystemConfiguration() |
Creates an new OperatingSystemConfiguration instance. |
Properties
Bitness | |
Family | |
FullName |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperatingSystemConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperatingSystemConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IOperatingSystemConfiguration. |
FromJsonString(String) |
Creates a new instance of OperatingSystemConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperatingSystemConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |