次の方法で共有


DataExportDetails コンストラクター

定義

オーバーロード

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' です。

適用対象