JobProperties.InputBlobName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The blob name to be used when importing from the provided input blob container.
[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
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
If not specified, the hub defaults to "devices.txt". The format should be newline-delimited json objects representing each device twin.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET