次の方法で共有


DataImportDetails コンストラクター

定義

オーバーロード

DataImportDetails()

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

DataImportDetails(DataAccountDetails, Nullable<LogCollectionLevel>)

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

DataImportDetails()

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

public DataImportDetails ();
Public Sub New ()

適用対象

DataImportDetails(DataAccountDetails, Nullable<LogCollectionLevel>)

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

public DataImportDetails (Microsoft.Azure.Management.DataBox.Models.DataAccountDetails accountDetails, Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel? logCollectionLevel = default);
new Microsoft.Azure.Management.DataBox.Models.DataImportDetails : Microsoft.Azure.Management.DataBox.Models.DataAccountDetails * Nullable<Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel> -> Microsoft.Azure.Management.DataBox.Models.DataImportDetails
Public Sub New (accountDetails As DataAccountDetails, Optional logCollectionLevel As Nullable(Of LogCollectionLevel) = Nothing)

パラメーター

accountDetails
DataAccountDetails

転送するデータのアカウントの詳細

logCollectionLevel
Nullable<LogCollectionLevel>

収集するログのレベル。 使用可能な値は、'Error'、'Verbose' です。

適用対象