ImportJobProperties.InputBlobContainerUri プロパティ

定義

同期するレジストリ データを含む BLOB コンテナーへの URI。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="inputBlobContainerUri")]
public Uri InputBlobContainerUri { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="inputBlobContainerUri")>]
member this.InputBlobContainerUri : Uri with get, set
Public Property InputBlobContainerUri As Uri

プロパティ値

Uri
属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

SAS トークンを含めることは、 プロパティに依存します StorageAuthenticationType

適用対象