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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET