ImportDevicesRequest Constructors
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.
Overloads
ImportDevicesRequest() |
Initializes a new instance of the ImportDevicesRequest class. |
ImportDevicesRequest(String, String, String, String, String, ManagedIdentity, Nullable<Boolean>, String) |
Initializes a new instance of the ImportDevicesRequest class. |
ImportDevicesRequest()
Initializes a new instance of the ImportDevicesRequest class.
public ImportDevicesRequest ();
Public Sub New ()
Applies to
ImportDevicesRequest(String, String, String, String, String, ManagedIdentity, Nullable<Boolean>, String)
Initializes a new instance of the ImportDevicesRequest class.
public ImportDevicesRequest (string inputBlobContainerUri, string outputBlobContainerUri, string inputBlobName = default, string outputBlobName = default, string authenticationType = default, Microsoft.Azure.Management.IotHub.Models.ManagedIdentity identity = default, bool? includeConfigurations = default, string configurationsBlobName = default);
new Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest : string * string * string * string * string * Microsoft.Azure.Management.IotHub.Models.ManagedIdentity * Nullable<bool> * string -> Microsoft.Azure.Management.IotHub.Models.ImportDevicesRequest
Public Sub New (inputBlobContainerUri As String, outputBlobContainerUri As String, Optional inputBlobName As String = Nothing, Optional outputBlobName As String = Nothing, Optional authenticationType As String = Nothing, Optional identity As ManagedIdentity = Nothing, Optional includeConfigurations As Nullable(Of Boolean) = Nothing, Optional configurationsBlobName As String = Nothing)
Parameters
- inputBlobContainerUri
- String
The input blob container URI.
- outputBlobContainerUri
- String
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
- String
Specifies authentication type being used for connecting to the storage account. Possible values include: 'keyBased', 'identityBased'
- identity
- ManagedIdentity
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.
Applies to
Azure SDK for .NET