NfsFileMode.ParseSymbolicFileMode(String) Method
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.
Returns a NfsFileMode from the symbolic string representation.
public static Azure.Storage.Files.Shares.Models.NfsFileMode ParseSymbolicFileMode(string modeString);
static member ParseSymbolicFileMode : string -> Azure.Storage.Files.Shares.Models.NfsFileMode
Public Shared Function ParseSymbolicFileMode (modeString As String) As NfsFileMode
Parameters
- modeString
- String
A 9-character symbolic string representation of a File Mode.
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET