IotHubResourceOperationsExtensions.ExportDevices Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
public static Microsoft.Azure.Management.IotHub.Models.JobResponse ExportDevices (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest exportDevicesParameters);
static member ExportDevices : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest -> Microsoft.Azure.Management.IotHub.Models.JobResponse
<Extension()>
Public Function ExportDevices (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, exportDevicesParameters As ExportDevicesRequest) As JobResponse
Parameter
- operations
- IIotHubResourceOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe, die den IoT Hub enthält.
- resourceName
- String
Der Name des IoT-Hubs.
- exportDevicesParameters
- ExportDevicesRequest
Die Parameter, die den Vorgang zum Exportieren von Geräten angeben.
Gibt zurück
Hinweise
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.
Gilt für:
Azure SDK for .NET