AzureFileShareConfiguration.AzureFileUrl Property

Definition

Gets or sets the 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This is of the form 'https://{account}.file.core.windows.net/'.

Applies to