Compartilhar via


IotHubResourceOperationsExtensions.ExportDevicesAsync Método

Definição

Exporta todas as identidades de dispositivo no registro de identidade do Hub IoT para um contêiner de blob do Armazenamento do Azure. Para obter mais informações, veja: 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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém o hub IoT.

resourceName
String

O nome do Hub IoT.

exportDevicesParameters
ExportDevicesRequest

Os parâmetros que especificam a operação de exportação de dispositivos.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Exporta todas as identidades de dispositivo no registro de identidade do Hub IoT para um contêiner de blob do Armazenamento do Azure. Para obter mais informações, veja: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities.

Aplica-se a