Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.OSOptionProfileInner
Packages that use OSOptionProfileInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of OSOptionProfileInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return OSOptionProfileInnerModifier and TypeMethodDescriptionManagedClustersClient.getOSOptions(String location) Gets supported OS options in the specified subscription.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type OSOptionProfileInnerModifier and TypeMethodDescriptionManagedClustersClient.getOSOptionsAsync(String location) Gets supported OS options in the specified subscription.com.azure.core.http.rest.Response<OSOptionProfileInner>ManagedClustersClient.getOSOptionsWithResponse(String location, String resourceType, com.azure.core.util.Context context) Gets supported OS options in the specified subscription.Mono<com.azure.core.http.rest.Response<OSOptionProfileInner>>ManagedClustersClient.getOSOptionsWithResponseAsync(String location, String resourceType) Gets supported OS options in the specified subscription. -
Uses of OSOptionProfileInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return OSOptionProfileInnerModifier and TypeMethodDescriptionOSOptionProfileInner.withOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList) Set the osOptionPropertyList property: The list of OS options.