Class OSOptionPropertyList
java.lang.Object
com.azure.resourcemanager.containerservice.fluent.models.OSOptionPropertyList
The list of OS option properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the osOptionPropertyList property: The list of OS options.voidvalidate()Validates the instance.withOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList) Set the osOptionPropertyList property: The list of OS options.
-
Constructor Details
-
OSOptionPropertyList
public OSOptionPropertyList()Creates an instance of OSOptionPropertyList class.
-
-
Method Details
-
osOptionPropertyList
Get the osOptionPropertyList property: The list of OS options.- Returns:
- the osOptionPropertyList value.
-
withOsOptionPropertyList
Set the osOptionPropertyList property: The list of OS options.- Parameters:
osOptionPropertyList- the osOptionPropertyList value to set.- Returns:
- the OSOptionPropertyList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-