ExportDevicesContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET