ContainerServiceOSDiskType.Managed 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.
Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. Since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read/write latency.
public static Azure.ResourceManager.ContainerService.Models.ContainerServiceOSDiskType Managed { get; }
static member Managed : Azure.ResourceManager.ContainerService.Models.ContainerServiceOSDiskType
Public Shared ReadOnly Property Managed As ContainerServiceOSDiskType
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET