你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerHostBatchBindMountEntry Class

Definition

The entry of path and mount mode you want to mount into task container.

public class ContainerHostBatchBindMountEntry
type ContainerHostBatchBindMountEntry = class
Public Class ContainerHostBatchBindMountEntry
Inheritance
ContainerHostBatchBindMountEntry

Constructors

Name Description
ContainerHostBatchBindMountEntry()

Initializes a new instance of the ContainerHostBatchBindMountEntry class.

Properties

Name Description
IsReadOnly

Gets or sets gets or sets mount this source path as read-only mode or not. Default value is false (read/write mode).

Source

Gets or sets gets or sets the path which be mounted to container customer can select.

Applies to