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

ContainerHostDataPath Struct

Definition

The paths which will be mounted to container task's container.

public readonly struct ContainerHostDataPath : IEquatable<Azure.Compute.Batch.ContainerHostDataPath>
type ContainerHostDataPath = struct
Public Structure ContainerHostDataPath
Implements IEquatable(Of ContainerHostDataPath)
Inheritance
ContainerHostDataPath
Implements

Constructors

ContainerHostDataPath(String)

Initializes a new instance of ContainerHostDataPath.

Properties

Applications

The applications path.

JobPrep

The job-prep task path.

Shared

The path for multi-instances task to shared their files.

Startup

The path for start task.

Task

The task path.

VfsMounts

The path contains all virtual file systems are mounted on this node.

Methods

Equals(ContainerHostDataPath)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ContainerHostDataPath, ContainerHostDataPath)

Determines if two ContainerHostDataPath values are the same.

Implicit(String to ContainerHostDataPath)

Converts a String to a ContainerHostDataPath.

Inequality(ContainerHostDataPath, ContainerHostDataPath)

Determines if two ContainerHostDataPath values are not the same.

Applies to