你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExportDevicesContent(Uri, Boolean) Constructor

Definition

Initializes a new instance of ExportDevicesContent.

public ExportDevicesContent(Uri exportBlobContainerUri, bool excludeKeys);
new Azure.ResourceManager.IotHub.Models.ExportDevicesContent : Uri * bool -> Azure.ResourceManager.IotHub.Models.ExportDevicesContent
Public Sub New (exportBlobContainerUri As Uri, excludeKeys As Boolean)

Parameters

exportBlobContainerUri
Uri

The export blob container URI.

excludeKeys
Boolean

The value indicating whether keys should be excluded during export.

Exceptions

exportBlobContainerUri is null.

Applies to