Share via


ExportDevicesContent Class

Definition

Use to provide parameters when requesting an export of all devices in the IoT hub.

public class ExportDevicesContent
type ExportDevicesContent = class
Public Class ExportDevicesContent
Inheritance
ExportDevicesContent

Constructors

ExportDevicesContent(Uri, Boolean)

Initializes a new instance of ExportDevicesContent.

Properties

AuthenticationType

Specifies authentication type being used for connecting to the storage account.

ConfigurationsBlobName

The name of the blob that will be created in the provided output blob container. This blob will contain the exported configurations for the Iot Hub.

ExcludeKeys

The value indicating whether keys should be excluded during export.

ExportBlobContainerUri

The export blob container URI.

ExportBlobName

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.

IncludeConfigurations

The value indicating whether configurations should be exported.

UserAssignedIdentity

The user assigned identity.

Applies to