次の方法で共有


IotHubDescriptionResource.ExportDevicesAsync メソッド

定義

IoT ハブ ID レジストリ内のすべてのデバイス ID を Azure Storage BLOB コンテナーにエクスポートします。 詳細については、「https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities」を参照してください。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/exportDevices
  • 操作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))

パラメーター

content
ExportDevicesContent

エクスポート デバイス操作を指定するパラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象