Class OSOptionProfileInner
java.lang.Object
com.azure.resourcemanager.containerservice.fluent.models.OSOptionProfileInner
The OS option profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionid()Get the id property: The ID of the OS option resource.name()Get the name property: The name of the OS option resource.Get the osOptionPropertyList property: The list of OS options.type()Get the type property: The type of the OS option resource.voidvalidate()Validates the instance.withOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList) Set the osOptionPropertyList property: The list of OS options.
-
Constructor Details
-
OSOptionProfileInner
public OSOptionProfileInner()
-
-
Method Details
-
id
Get the id property: The ID of the OS option resource.- Returns:
- the id value.
-
name
Get the name property: The name of the OS option resource.- Returns:
- the name value.
-
type
Get the type property: The type of the OS option resource.- Returns:
- the type value.
-
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 OSOptionProfileInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-