ContainerMountType Enum
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.
Represents the type of a container mount.
public enum ContainerMountType
type ContainerMountType =
Public Enum ContainerMountType
- Inheritance
-
ContainerMountType
Fields
Name | Value | Description |
---|---|---|
BindMount | 0 | A local directory or file that is mounted into the container. |
Volume | 1 | A volume. |