OSVersionProperties Class

Definition

OS version properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.OSVersionPropertiesTypeConverter))]
public class OSVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.OSVersionPropertiesTypeConverter))>]
type OSVersionProperties = class
    interface IOSVersionProperties
    interface IJsonSerializable
Public Class OSVersionProperties
Implements IOSVersionProperties
Inheritance
OSVersionProperties
Attributes
Implements

Constructors

OSVersionProperties()

Creates an new OSVersionProperties instance.

Properties

Family

The family of this OS version.

FamilyLabel

The family label of this OS version.

IsActive

Specifies whether this OS version is active.

IsDefault

Specifies whether this is the default OS version for its family.

Label

The OS version label.

Version

The OS version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OSVersionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OSVersionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OSVersionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to