Compartilhar via


JobProperties.OutputBlobContainerUri Propriedade

Definição

URI para um contêiner de blob, usado para gerar a status do trabalho e os resultados.

[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

Valor da propriedade

Uri
Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

A inclusão de um token SAS depende da StorageAuthenticationType propriedade .

Aplica-se a