ExportDevicesRequest 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
ExportDevicesRequest() |
Initializes a new instance of the ExportDevicesRequest class. |
ExportDevicesRequest(String, Boolean, String, String, ManagedIdentity, Nullable<Boolean>, String) |
Initializes a new instance of the ExportDevicesRequest class. |
ExportDevicesRequest()
Initializes a new instance of the ExportDevicesRequest class.
public ExportDevicesRequest ();
Public Sub New ()
Applies to
ExportDevicesRequest(String, Boolean, String, String, ManagedIdentity, Nullable<Boolean>, String)
Initializes a new instance of the ExportDevicesRequest class.
public ExportDevicesRequest (string exportBlobContainerUri, bool excludeKeys, string exportBlobName = default, string authenticationType = default, Microsoft.Azure.Management.IotHub.Models.ManagedIdentity identity = default, bool? includeConfigurations = default, string configurationsBlobName = default);
new Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest : string * bool * string * string * Microsoft.Azure.Management.IotHub.Models.ManagedIdentity * Nullable<bool> * string -> Microsoft.Azure.Management.IotHub.Models.ExportDevicesRequest
Public Sub New (exportBlobContainerUri As String, excludeKeys As Boolean, Optional exportBlobName 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
- exportBlobContainerUri
- String
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
- 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 export devices.
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.
Applies to
Azure SDK for .NET