IotHubDescriptionResource.ExportDevicesAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Exporta todas as identidades de dispositivo no registro de identidade do hub IoT para um contêiner de blob do Armazenamento do Azure. Para saber mais, confira https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/exportDevices
- Operação IdIotHubResource_ExportDevices
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo>> ExportDevicesAsync (Azure.ResourceManager.IotHub.Models.ExportDevicesContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ExportDevicesAsync : Azure.ResourceManager.IotHub.Models.ExportDevicesContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo>>
override this.ExportDevicesAsync : Azure.ResourceManager.IotHub.Models.ExportDevicesContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo>>
Public Overridable Function ExportDevicesAsync (content As ExportDevicesContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IotHubJobInfo))
Parâmetros
- content
- ExportDevicesContent
Os parâmetros que especificam a operação de exportação de dispositivos.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
content
é nulo.
Aplica-se a
Azure SDK for .NET