JobProperties.InputBlobContainerUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET