ContainerGroupDefinitionContainerMountPoint

data class ContainerGroupDefinitionContainerMountPoint(val accessLevel: ContainerGroupDefinitionContainerMountPointAccessLevel? = null, val containerPath: String? = null, val instancePath: String)

Defines the mount point configuration within a container.

Constructors

constructor(accessLevel: ContainerGroupDefinitionContainerMountPointAccessLevel? = null, containerPath: String? = null, instancePath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access permissions for the mounted path.

Link copied to clipboard
val containerPath: String? = null

The path inside the container where the mount is accessible.

Link copied to clipboard

The path on the host that will be mounted in the container.