Udostępnij za pośrednictwem


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