你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobProperties.InputBlobContainerUri 属性

定义

包含要同步的注册表数据的 Blob 容器的 URI。包括 SAS 令牌取决于 StorageAuthenticationType 属性。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

对于导入作业,如果存在错误,则会将其写入 OutputBlobContainerUri,并写入名为“importerrors.log”的文件

适用于