AzureFileShareReference.AzureFileUrl 속성

정의

Azure File 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

설명

Azure File에 액세스하기 위한 URL입니다.

적용 대상