Compartir a través de


AzureFileShareConfiguration.AzureFileUrl Propiedad

Definición

Obtiene o establece la dirección URL de Azure Files.

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Se trata del formato "https://{account}.file.core.windows.net/".

Se aplica a