共用方式為


ResourceFile.FileMode 屬性

定義

取得或設定八進位格式的檔案許可權模式屬性。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

此屬性僅適用于下載至 Linux 計算節點的檔案。 如果針對將下載至 Windows 節點的 resourceFile 指定,則會忽略它。 如果未為 Linux 節點指定此屬性,則會將預設值 0770 套用至檔案。

適用於