ArmIotHubModelFactory.IotHubImportDevicesContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of IotHubImportDevicesContent.
public static Azure.ResourceManager.IotHub.Models.IotHubImportDevicesContent IotHubImportDevicesContent (Uri inputBlobContainerUri = default, Uri outputBlobContainerUri = default, string inputBlobName = default, string outputBlobName = default, Azure.ResourceManager.IotHub.Models.IotHubAuthenticationType? authenticationType = default, Azure.Core.ResourceIdentifier userAssignedIdentity = default, bool? includeConfigurations = default, string configurationsBlobName = default);
static member IotHubImportDevicesContent : Uri * Uri * string * string * Nullable<Azure.ResourceManager.IotHub.Models.IotHubAuthenticationType> * Azure.Core.ResourceIdentifier * Nullable<bool> * string -> Azure.ResourceManager.IotHub.Models.IotHubImportDevicesContent
Public Shared Function IotHubImportDevicesContent (Optional inputBlobContainerUri As Uri = Nothing, Optional outputBlobContainerUri As Uri = Nothing, Optional inputBlobName As String = Nothing, Optional outputBlobName 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 IotHubImportDevicesContent
Parameters
- inputBlobContainerUri
- Uri
The input blob container URI.
- outputBlobContainerUri
- Uri
The output blob container URI.
- inputBlobName
- String
The blob name to be used when importing from the provided input blob container.
- outputBlobName
- String
The blob name to use for storing the status of the import job.
- authenticationType
- Nullable<IotHubAuthenticationType>
Specifies authentication type being used for connecting to the storage account.
- userAssignedIdentity
- ResourceIdentifier
Managed identity properties of storage endpoint for import devices.
The value indicating whether configurations should be imported.
- configurationsBlobName
- String
The blob name to be used when importing configurations from the provided input blob container.
Returns
A new IotHubImportDevicesContent instance for mocking.
Applies to
Azure SDK for .NET