次の方法で共有


ExportDevicesRequest コンストラクター

定義

オーバーロード

ExportDevicesRequest()

ExportDevicesRequest クラスの新しいインスタンスを初期化します。

ExportDevicesRequest(String, Boolean, String, String, ManagedIdentity, Nullable<Boolean>, String)

ExportDevicesRequest クラスの新しいインスタンスを初期化します。

ExportDevicesRequest()

ExportDevicesRequest クラスの新しいインスタンスを初期化します。

public ExportDevicesRequest ();
Public Sub New ()

適用対象

ExportDevicesRequest(String, Boolean, String, String, ManagedIdentity, Nullable<Boolean>, String)

ExportDevicesRequest クラスの新しいインスタンスを初期化します。

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)

パラメーター

exportBlobContainerUri
String

エクスポート BLOB コンテナー URI。

excludeKeys
Boolean

エクスポート中にキーを除外するかどうかを示す値。

exportBlobName
String

指定された出力 BLOB コンテナーに作成される BLOB の名前。 この BLOB には、IoT Hubのエクスポートされたデバイス レジストリ情報が含まれます。

authenticationType
String

ストレージ アカウントへの接続に使用される認証の種類を指定します。 使用できる値は、'keyBased'、'identityBased' です。

identity
ManagedIdentity

エクスポート デバイスのストレージ エンドポイントのマネージド ID プロパティ。

includeConfigurations
Nullable<Boolean>

構成をエクスポートするかどうかを示す値。

configurationsBlobName
String

指定された出力 BLOB コンテナーに作成される BLOB の名前。 この BLOB には、Iot Hub のエクスポートされた構成が含まれます。

適用対象