OSFamily 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.
Describes a cloud service OS family.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.OSFamilyTypeConverter))]
public class OSFamily : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSFamily
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.OSFamilyTypeConverter))>]
type OSFamily = class
interface IOSFamily
interface IJsonSerializable
Public Class OSFamily
Implements IOSFamily
- Inheritance
-
OSFamily
- Attributes
- Implements
Constructors
OSFamily() |
Creates an new OSFamily instance. |
Properties
Id |
Resource Id. |
Label |
The OS family label. |
Location |
Resource location. |
Name |
Resource name. |
PropertiesName |
The OS family name. |
Type |
Resource type. |
Version |
List of OS versions belonging to this family. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OSFamily. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSFamily. |
FromJsonString(String) |
Creates a new instance of OSFamily, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |