Uses of Class
com.azure.resourcemanager.containerservice.models.OSOptionProperty
-
Packages that use OSOptionProperty Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of OSOptionProperty in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type OSOptionProperty Modifier and Type Method Description List<OSOptionProperty>OSOptionProfileInner. osOptionPropertyList()Get the osOptionPropertyList property: The list of OS options.List<OSOptionProperty>OSOptionPropertyList. osOptionPropertyList()Get the osOptionPropertyList property: The list of OS options.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type OSOptionProperty Modifier and Type Method Description OSOptionProfileInnerOSOptionProfileInner. withOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList)Set the osOptionPropertyList property: The list of OS options.OSOptionPropertyListOSOptionPropertyList. withOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList)Set the osOptionPropertyList property: The list of OS options. -
Uses of OSOptionProperty in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return OSOptionProperty Modifier and Type Method Description OSOptionPropertyOSOptionProperty. withEnableFipsImage(boolean enableFipsImage)Set the enableFipsImage property: Whether the image is FIPS-enabled.OSOptionPropertyOSOptionProperty. withOsType(String osType)Set the osType property: The OS type.
-