Share via


ResourceFile.HttpUrl Property

Definition

Gets or sets the URL of the file to download.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. If the URL points to Azure Blob Storage, it must be readable from compute nodes. There are three ways to get such a URL for a blob in Azure storage: include a Shared Access Signature (SAS) granting read permissions on the blob, use a managed identity with read permission, or set the ACL for the blob or its container to allow public access.

Applies to