SetupTask.StdOutErrPathSuffix 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 output path suffix.
[Newtonsoft.Json.JsonProperty(PropertyName="stdOutErrPathSuffix")]
public string StdOutErrPathSuffix { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stdOutErrPathSuffix")>]
member this.StdOutErrPathSuffix : string
Public ReadOnly Property StdOutErrPathSuffix As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
A path segment appended by Batch AI to stdOutErrPathPrefix to form a path where stdout, stderr and execution log of the setup task will be uploaded. Batch AI creates the setup task output directories under an unique path to avoid conflicts between different clusters. The full path can be obtained by concatenation of stdOutErrPathPrefix and stdOutErrPathSuffix.
Applies to
Azure SDK for .NET