Freigeben über


JobProperties.OutputBlobContainerUri Eigenschaft

Definition

URI für einen Blobcontainer, der verwendet wird, um die status des Auftrags und die Ergebnisse auszugeben.

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

Eigenschaftswert

Uri
Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Das Einschließen eines SAS-Tokens hängt von der StorageAuthenticationType -Eigenschaft ab.

Gilt für: