Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.OSOptionProfileInner
-
Packages that use OSOptionProfileInner Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models 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 OSOptionProfileInner Modifier and Type Method Description OSOptionProfileInnerManagedClustersClient. 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 OSOptionProfileInner Modifier and Type Method Description Mono<OSOptionProfileInner>ManagedClustersClient. getOSOptionsAsync(String location)Gets supported OS options in the specified subscription.Mono<OSOptionProfileInner>ManagedClustersClient. getOSOptionsAsync(String location, String resourceType)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 OSOptionProfileInner Modifier and Type Method Description OSOptionProfileInnerOSOptionProfileInner. withOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList)Set the osOptionPropertyList property: The list of OS options.
-