ExportDevicesRequest.ExportBlobName Property

Definition

Gets or sets the name of the blob that will be created in the provided output blob container. This blob will contain the exported device registry information for the IoT Hub.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to