DataExportDetails コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DataExportDetails() |
DataExportDetails クラスの新しいインスタンスを初期化します。 |
DataExportDetails(TransferConfiguration, DataAccountDetails, Nullable<LogCollectionLevel>) |
DataExportDetails クラスの新しいインスタンスを初期化します。 |
DataExportDetails()
DataExportDetails クラスの新しいインスタンスを初期化します。
public DataExportDetails ();
Public Sub New ()
適用対象
DataExportDetails(TransferConfiguration, DataAccountDetails, Nullable<LogCollectionLevel>)
DataExportDetails クラスの新しいインスタンスを初期化します。
public DataExportDetails (Microsoft.Azure.Management.DataBox.Models.TransferConfiguration transferConfiguration, Microsoft.Azure.Management.DataBox.Models.DataAccountDetails accountDetails, Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel? logCollectionLevel = default);
new Microsoft.Azure.Management.DataBox.Models.DataExportDetails : Microsoft.Azure.Management.DataBox.Models.TransferConfiguration * Microsoft.Azure.Management.DataBox.Models.DataAccountDetails * Nullable<Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel> -> Microsoft.Azure.Management.DataBox.Models.DataExportDetails
Public Sub New (transferConfiguration As TransferConfiguration, accountDetails As DataAccountDetails, Optional logCollectionLevel As Nullable(Of LogCollectionLevel) = Nothing)
パラメーター
- transferConfiguration
- TransferConfiguration
データ転送の構成。
- accountDetails
- DataAccountDetails
転送するデータのアカウントの詳細
- logCollectionLevel
- Nullable<LogCollectionLevel>
収集するログのレベル。 指定できる値は、'Error'、'Verbose' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET