Bagikan melalui


OutputDirectory.PathPrefix Property

Definition

Gets or sets path prefix.

[Newtonsoft.Json.JsonProperty(PropertyName="pathPrefix")]
public string PathPrefix { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pathPrefix")>]
member this.PathPrefix : string with get, set
Public Property PathPrefix As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The prefix path where the output directory will be created. Note, this is an absolute path to prefix. E.g. $AZ_BATCHAI_MOUNT_ROOT/MyNFS/MyLogs. The full path to the output directory by combining pathPrefix, jobOutputDirectoryPathSegment (reported by get job) and pathSuffix.

Applies to