次の方法で共有


ResourceFile.HttpUrl プロパティ

定義

ダウンロードするファイルの URL を取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

autoStorageContainerName、storageContainerUrl、および httpUrl プロパティは相互に排他的であり、そのうちの 1 つを指定する必要があります。 URL が Azure Blob Storageを指している場合は、コンピューティング ノードから読み取り可能である必要があります。 Azure Storage で BLOB のこのような URL を取得するには、3 つの方法があります。BLOB に対する読み取りアクセス許可を付与する Shared Access Signature (SAS) を含めるか、読み取りアクセス許可を持つマネージド ID を使用するか、BLOB またはそのコンテナーの ACL を設定してパブリック アクセスを許可します。

適用対象