Compartir a través de


JobProperties.OutputBlobContainerUri Propiedad

Definición

URI en un contenedor de blobs, que se usa para generar el estado del trabajo y los 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 de propiedad

Uri
Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

La inclusión de un token de SAS depende de la StorageAuthenticationType propiedad .

Se aplica a