ContainerHostDataPath Struct

Definition

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

public readonly struct ContainerHostDataPath : IEquatable<Azure.ResourceManager.Batch.Models.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