AzureFileShareReference.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

설명

탑재된 파일 공유의 파일에 대한 파일 모드입니다. 기본값: 0777.

적용 대상