EphemeralContainerV1.WorkingDir Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the working directory for the container. This specifies the directory where the command will execute. If not set, the container runtime's default working directory will be used.
[YamlDotNet.Serialization.YamlMember(Alias="workingDir")]
public string? WorkingDir { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="workingDir")>]
member this.WorkingDir : string with get, set
Public Property WorkingDir As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute