Freigeben über


IotHubDescriptionResource.ExportDevices Methode

Definition

Exportiert alle Geräteidentitäten in der IoT Hub-Identitätsregistrierung in einen Azure Storage-Blobcontainer. Weitere Informationen finden Sie unter https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/exportDevices
  • Vorgang IdIotHubResource_ExportDevices
public virtual Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo> ExportDevices (Azure.ResourceManager.IotHub.Models.ExportDevicesContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ExportDevices : Azure.ResourceManager.IotHub.Models.ExportDevicesContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo>
override this.ExportDevices : Azure.ResourceManager.IotHub.Models.ExportDevicesContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo>
Public Overridable Function ExportDevices (content As ExportDevicesContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IotHubJobInfo)

Parameter

content
ExportDevicesContent

Die Parameter, die den Vorgang zum Exportieren von Geräten angeben.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: