IotHubImportDevicesContent Class

Definition

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

public class IotHubImportDevicesContent
type IotHubImportDevicesContent = class
Public Class IotHubImportDevicesContent
Inheritance
IotHubImportDevicesContent

Constructors

IotHubImportDevicesContent(Uri, Uri)

Initializes a new instance of IotHubImportDevicesContent.

Properties

AuthenticationType

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

ConfigurationsBlobName

The blob name to be used when importing configurations from the provided input blob container.

IncludeConfigurations

The value indicating whether configurations should be imported.

InputBlobContainerUri

The input blob container URI.

InputBlobName

The blob name to be used when importing from the provided input blob container.

OutputBlobContainerUri

The output blob container URI.

OutputBlobName

The blob name to use for storing the status of the import job.

UserAssignedIdentity

The user assigned identity.

Applies to