Compartir a través de


JobProperties.OutputBlobName Propiedad

Definición

Nombre del blob que se creará en el contenedor de blobs de salida proporcionado. Este blob contendrá la información del Registro de dispositivos exportado para ioT Hub.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Si no se especifica, el valor predeterminado es "devices.txt"

Se aplica a