ManagedClusterAgentPoolProfileProperties.IsOSDiskFullCachingEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether to enable the full-cache ephemeral OS disk feature. When this feature is enabled, the entire operating system will be locally cached on the ephemeral OS disk, preventing E17 events caused by network failures.
public bool? IsOSDiskFullCachingEnabled { get; set; }
member this.IsOSDiskFullCachingEnabled : Nullable<bool> with get, set
Public Property IsOSDiskFullCachingEnabled As Nullable(Of Boolean)