Partager via


OutputDirectory.PathPrefix Propriété

Définition

Obtient ou définit le préfixe de chemin d’accès.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Chemin de préfixe dans lequel le répertoire de sortie sera créé. Notez qu’il s’agit d’un chemin d’accès absolu au préfixe. Par exemple, $AZ_BATCHAI_MOUNT_ROOT/MyNFS/MyLogs. Chemin d’accès complet au répertoire de sortie en combinant pathPrefix, jobOutputDirectoryPathSegment (signalé par get job) et pathSuffix.

S’applique à