ImportDevicesRequest Class
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.
Use to provide parameters when requesting an import of all devices in the hub.
public class ImportDevicesRequest
type ImportDevicesRequest = class
Public Class ImportDevicesRequest
- Inheritance
-
ImportDevicesRequest
Constructors
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. |
Properties
AuthenticationType |
Gets or sets specifies authentication type being used for connecting to the storage account. Possible values include: 'keyBased', 'identityBased' |
ConfigurationsBlobName |
Gets or sets the blob name to be used when importing configurations from the provided input blob container. |
Identity |
Gets or sets managed identity properties of storage endpoint for import devices. |
IncludeConfigurations |
Gets or sets the value indicating whether configurations should be imported. |
InputBlobContainerUri |
Gets or sets the input blob container URI. |
InputBlobName |
Gets or sets the blob name to be used when importing from the provided input blob container. |
OutputBlobContainerUri |
Gets or sets the output blob container URI. |
OutputBlobName |
Gets or sets the blob name to use for storing the status of the import job. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET