ArmIotHubModelFactory.ExportDevicesContent Method

Definition

Initializes a new instance of ExportDevicesContent.

public static Azure.ResourceManager.IotHub.Models.ExportDevicesContent ExportDevicesContent (Uri exportBlobContainerUri = default, bool excludeKeys = false, string exportBlobName = default, Azure.ResourceManager.IotHub.Models.IotHubAuthenticationType? authenticationType = default, Azure.Core.ResourceIdentifier userAssignedIdentity = default, bool? includeConfigurations = default, string configurationsBlobName = default);
static member ExportDevicesContent : Uri * bool * string * Nullable<Azure.ResourceManager.IotHub.Models.IotHubAuthenticationType> * Azure.Core.ResourceIdentifier * Nullable<bool> * string -> Azure.ResourceManager.IotHub.Models.ExportDevicesContent
Public Shared Function ExportDevicesContent (Optional exportBlobContainerUri As Uri = Nothing, Optional excludeKeys As Boolean = false, Optional exportBlobName As String = Nothing, Optional authenticationType As Nullable(Of IotHubAuthenticationType) = Nothing, Optional userAssignedIdentity As ResourceIdentifier = Nothing, Optional includeConfigurations As Nullable(Of Boolean) = Nothing, Optional configurationsBlobName As String = Nothing) As ExportDevicesContent

Parameters

exportBlobContainerUri
Uri

The export blob container URI.

excludeKeys
Boolean

The value indicating whether keys should be excluded during export.

exportBlobName
String

The name of the blob that will be created in the provided output blob container. This blob will contain the exported device registry information for the IoT Hub.

authenticationType
Nullable<IotHubAuthenticationType>

Specifies authentication type being used for connecting to the storage account.

userAssignedIdentity
ResourceIdentifier

Managed identity properties of storage endpoint for export devices.

includeConfigurations
Nullable<Boolean>

The value indicating whether configurations should be exported.

configurationsBlobName
String

The name of the blob that will be created in the provided output blob container. This blob will contain the exported configurations for the Iot Hub.

Returns

A new ExportDevicesContent instance for mocking.

Applies to