你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExportDevicesContent Class

Definition

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

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

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportDevicesContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportDevicesContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportDevicesContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportDevicesContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportDevicesContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to