AzureFileShareConfiguration.AzureFileUrl 속성

정의

Azure Files URL을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

'https://{account}.file.core.windows.net/' 형식입니다.

적용 대상