Class OSFamilyProperties
java.lang.Object
com.azure.resourcemanager.compute.models.OSFamilyProperties
OS family properties.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OSFamilyProperties
public OSFamilyProperties()
-
-
Method Details
-
name
Get the name property: The OS family name.- Returns:
- the name value.
-
label
Get the label property: The OS family label.- Returns:
- the label value.
-
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.
-