Compartir a través de


IotHubResourceOperationsExtensions.ExportDevicesAsync Método

Definición

Exporta todas las identidades de dispositivo del registro de identidades de IoT Hub a un contenedor de blobs de Azure Storage. Para obtener más información, vea:https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.JobResponse> ExportDevicesAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest exportDevicesParameters, System.Threading.CancellationToken cancellationToken = default);
static member ExportDevicesAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.JobResponse>
<Extension()>
Public Function ExportDevicesAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, exportDevicesParameters As ExportDevicesRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobResponse)

Parámetros

operations
IIotHubResourceOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el centro de IoT.

resourceName
String

Nombre del centro de IoT.

exportDevicesParameters
ExportDevicesRequest

Parámetros que especifican la operación de exportación de dispositivos.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Exporta todas las identidades de dispositivo del registro de identidades de IoT Hub a un contenedor de blobs de Azure Storage. Para obtener más información, vea:https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities.

Se aplica a