Share via


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