Compartir a través de


JobProperties.InputBlobName Propiedad

Definición

Nombre del blob que se va a usar al importar desde el contenedor de blobs de entrada proporcionado.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Si no se especifica, el centro tiene como valor predeterminado "devices.txt". El formato debe ser objetos JSON delimitados por nueva línea que representan cada dispositivo gemelo.

Se aplica a