ExportDevicesRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 プロパティ。
- configurationsBlobName
- String
指定された出力 BLOB コンテナーに作成される BLOB の名前。 この BLOB には、Iot Hub のエクスポートされた構成が含まれます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET