ExportDevicesRequest 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 ExportDevicesRequest
type ExportDevicesRequest = class
Public Class ExportDevicesRequest
- Inheritance
-
ExportDevicesRequest
Constructors
ExportDevicesRequest() |
Initializes a new instance of the ExportDevicesRequest class. |
ExportDevicesRequest(String, Boolean, String, String, ManagedIdentity, Nullable<Boolean>, String) |
Initializes a new instance of the ExportDevicesRequest class. |
Properties
AuthenticationType |
Gets or sets specifies authentication type being used for connecting to the storage account. Possible values include: 'keyBased', 'identityBased' |
ConfigurationsBlobName |
Gets or sets 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 |
Gets or sets the value indicating whether keys should be excluded during export. |
ExportBlobContainerUri |
Gets or sets the export blob container URI. |
ExportBlobName |
Gets or sets 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. |
Identity |
Gets or sets managed identity properties of storage endpoint for export devices. |
IncludeConfigurations |
Gets or sets the value indicating whether configurations should be exported. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET