Class OSVersionPropertiesBase
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.OSVersionPropertiesBase
-
public final class OSVersionPropertiesBase extends Object
Configuration view of an OS version.
-
-
Constructor Summary
Constructors Constructor Description OSVersionPropertiesBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisActive()Get the isActive property: Specifies whether this OS version is active.BooleanisDefault()Get the isDefault property: Specifies whether this is the default OS version for its family.Stringlabel()Get the label property: The OS version label.voidvalidate()Validates the instance.Stringversion()Get the version property: The OS version.
-
-
-
Method Detail
-
version
public String version()
Get the version property: The OS version.- Returns:
- the version value.
-
label
public String label()
Get the label property: The OS version label.- Returns:
- the label value.
-
isDefault
public Boolean isDefault()
Get the isDefault property: Specifies whether this is the default OS version for its family.- Returns:
- the isDefault value.
-
isActive
public Boolean 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.
-
-