ResourceFile.FileMode 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 the file permission mode attribute in octal format.
public string FileMode { get; }
member this.FileMode : string
Public ReadOnly Property FileMode As String
Property Value
Remarks
This property is applicable only if the resource file is downloaded to a Linux node. This property will be ignored if it is specified for a ResourceFile which will be downloaded to a Windows node. If this property is not specified for a Linux node, then the default value is 0770.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET