Class OSOptionPropertyList
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.fluent.models.OSOptionPropertyList
-
public final class OSOptionPropertyList extends Object
The list of OS option properties.
-
-
Constructor Summary
Constructors Constructor Description OSOptionPropertyList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OSOptionProperty>osOptionPropertyList()Get the osOptionPropertyList property: The list of OS options.voidvalidate()Validates the instance.OSOptionPropertyListwithOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList)Set the osOptionPropertyList property: The list of OS options.
-
-
-
Method Detail
-
osOptionPropertyList
public List<OSOptionProperty> osOptionPropertyList()
Get the osOptionPropertyList property: The list of OS options.- Returns:
- the osOptionPropertyList value.
-
withOsOptionPropertyList
public OSOptionPropertyList withOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList)
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.
-
-