OutputDirectory.PathPrefix Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET