ExportDevicesRequest Class
Use to provide parameters when requesting an export of all devices in the IoT hub.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelExportDevicesRequest
Constructor
ExportDevicesRequest(*, export_blob_container_uri: str, exclude_keys: bool, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
export_blob_container_uri
|
The export blob container URI. Required. |
exclude_keys
|
The value indicating whether keys should be excluded during export. Required. |
Variables
Name | Description |
---|---|
export_blob_container_uri
|
The export blob container URI. Required. |
exclude_keys
|
The value indicating whether keys should be excluded during export. Required. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python