Class OSVersionProperties
java.lang.Object
com.azure.resourcemanager.compute.models.OSVersionProperties
OS version properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfamily()Get the family property: The family of this OS version.Get the familyLabel property: The family label of this OS version.isActive()Get the isActive property: Specifies whether this OS version is active.Get the isDefault property: Specifies whether this is the default OS version for its family.label()Get the label property: The OS version label.voidvalidate()Validates the instance.version()Get the version property: The OS version.
-
Constructor Details
-
OSVersionProperties
public OSVersionProperties()
-
-
Method Details
-
family
Get the family property: The family of this OS version.- Returns:
- the family value.
-
familyLabel
Get the familyLabel property: The family label of this OS version.- Returns:
- the familyLabel value.
-
version
Get the version property: The OS version.- Returns:
- the version value.
-
label
Get the label property: The OS version label.- Returns:
- the label value.
-
isDefault
Get the isDefault property: Specifies whether this is the default OS version for its family.- Returns:
- the isDefault value.
-
isActive
Get the isActive property: Specifies whether this OS version is active.- Returns:
- the isActive value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-