Uses of Class
com.azure.resourcemanager.containerservice.models.OSOptionProperty
Packages that use OSOptionProperty
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 OSOptionPropertyModifier and TypeMethodDescriptionOSOptionProfileInner.osOptionPropertyList()Get the osOptionPropertyList property: The list of OS options.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 OSOptionPropertyModifier and TypeMethodDescriptionOSOptionProfileInner.withOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList) Set the osOptionPropertyList property: The list of OS options.OSOptionPropertyList.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 OSOptionPropertyModifier and TypeMethodDescriptionOSOptionProperty.withEnableFipsImage(boolean enableFipsImage) Set the enableFipsImage property: Whether the image is FIPS-enabled.OSOptionProperty.withOsType(String osType) Set the osType property: The OS type.