Class OSFamilyProperties
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.OSFamilyProperties
-
public final class OSFamilyProperties extends Object
OS family properties.
-
-
Constructor Summary
Constructors Constructor Description OSFamilyProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlabel()Get the label property: The OS family label.Stringname()Get the name property: The OS family name.voidvalidate()Validates the instance.List<OSVersionPropertiesBase>versions()Get the versions property: List of OS versions belonging to this family.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The OS family name.- Returns:
- the name value.
-
label
public String label()
Get the label property: The OS family label.- Returns:
- the label value.
-
versions
public List<OSVersionPropertiesBase> versions()
Get the versions property: List of OS versions belonging to this family.- Returns:
- the versions value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-