JobProperties.InputBlobContainerUri Property

Definition

URI to a blob container that contains registry data to sync. Including a SAS token is dependent on the StorageAuthenticationType property.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

For Import job, if there are errors they will be written to OutputBlobContainerUri to a file called "importerrors.log"

Applies to