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

ContainerWorkingDirectory Struct

Definition

ContainerWorkingDirectory enums.

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

Constructors

ContainerWorkingDirectory(String)

Initializes a new instance of ContainerWorkingDirectory.

Properties

ContainerImageDefault

Use the working directory defined in the container Image. Beware that this directory will not contain the Resource Files downloaded by Batch.

TaskWorkingDirectory

Use the standard Batch service Task working directory, which will contain the Task Resource Files populated by Batch.

Methods

Equals(ContainerWorkingDirectory)

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(ContainerWorkingDirectory, ContainerWorkingDirectory)

Determines if two ContainerWorkingDirectory values are the same.

Implicit(String to ContainerWorkingDirectory)

Converts a string to a ContainerWorkingDirectory.

Inequality(ContainerWorkingDirectory, ContainerWorkingDirectory)

Determines if two ContainerWorkingDirectory values are not the same.

Applies to