IotHubImportDevicesContent Class

Definition

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

public class IotHubImportDevicesContent
public class IotHubImportDevicesContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotHub.Models.IotHubImportDevicesContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotHub.Models.IotHubImportDevicesContent>
type IotHubImportDevicesContent = class
type IotHubImportDevicesContent = class
    interface IJsonModel<IotHubImportDevicesContent>
    interface IPersistableModel<IotHubImportDevicesContent>
Public Class IotHubImportDevicesContent
Public Class IotHubImportDevicesContent
Implements IJsonModel(Of IotHubImportDevicesContent), IPersistableModel(Of IotHubImportDevicesContent)
Inheritance
IotHubImportDevicesContent
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotHubImportDevicesContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IotHubImportDevicesContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotHubImportDevicesContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotHubImportDevicesContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IotHubImportDevicesContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to