共用方式為


AzureFileShareConfiguration.AzureFileUrl 屬性

定義

取得或設定Azure 檔案儲存體 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/'。

適用於