Uses of Class
com.azure.resourcemanager.containerservice.models.LocalDnsServeStale
Packages that use LocalDnsServeStale
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
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.DISABLEStatic value Disable for LocalDnsServeStale.static final LocalDnsServeStaleLocalDnsServeStale.IMMEDIATEStatic value Immediate for LocalDnsServeStale.static final LocalDnsServeStaleLocalDnsServeStale.VERIFYStatic value Verify for LocalDnsServeStale.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.