Uses of Class
com.azure.resourcemanager.containerservice.models.LocalDnsServeStale
Packages that use LocalDnsServeStale
Package
Description
Package containing the data models for ContainerService.
-
Uses of LocalDnsServeStale in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type LocalDnsServeStale in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as LocalDnsServeStaleModifier and TypeFieldDescriptionstatic final LocalDnsServeStaleLocalDnsServeStale.DISABLEDisable serving stale data.static final LocalDnsServeStaleLocalDnsServeStale.IMMEDIATEServe stale data immediately.static final LocalDnsServeStaleLocalDnsServeStale.VERIFYServe stale data with verification.Methods in com.azure.resourcemanager.containerservice.models that return LocalDnsServeStaleModifier and TypeMethodDescriptionstatic LocalDnsServeStaleLocalDnsServeStale.fromString(String name) Creates or finds a LocalDnsServeStale from its string representation.LocalDnsOverride.serveStale()Get the serveStale property: Policy for serving stale data.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type LocalDnsServeStaleModifier and TypeMethodDescriptionstatic Collection<LocalDnsServeStale> LocalDnsServeStale.values()Gets known LocalDnsServeStale values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type LocalDnsServeStaleModifier and TypeMethodDescriptionLocalDnsOverride.withServeStale(LocalDnsServeStale serveStale) Set the serveStale property: Policy for serving stale data.