次の方法で共有


IotHubDescriptionResource.ExportDevices メソッド

定義

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 Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo> ExportDevices (Azure.ResourceManager.IotHub.Models.ExportDevicesContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ExportDevices : Azure.ResourceManager.IotHub.Models.ExportDevicesContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo>
override this.ExportDevices : Azure.ResourceManager.IotHub.Models.ExportDevicesContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo>
Public Overridable Function ExportDevices (content As ExportDevicesContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IotHubJobInfo)

パラメーター

content
ExportDevicesContent

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

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象