次の方法で共有


DataBoxHeavyAccountCopyLogDetails コンストラクター

定義

オーバーロード

DataBoxHeavyAccountCopyLogDetails()

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

DataBoxHeavyAccountCopyLogDetails(String, IList<String>, IList<String>)

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

DataBoxHeavyAccountCopyLogDetails()

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

public DataBoxHeavyAccountCopyLogDetails ();
Public Sub New ()

適用対象

DataBoxHeavyAccountCopyLogDetails(String, IList<String>, IList<String>)

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

public DataBoxHeavyAccountCopyLogDetails (string accountName = default, System.Collections.Generic.IList<string> copyLogLink = default, System.Collections.Generic.IList<string> copyVerboseLogLink = default);
new Microsoft.Azure.Management.DataBox.Models.DataBoxHeavyAccountCopyLogDetails : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataBox.Models.DataBoxHeavyAccountCopyLogDetails
Public Sub New (Optional accountName As String = Nothing, Optional copyLogLink As IList(Of String) = Nothing, Optional copyVerboseLogLink As IList(Of String) = Nothing)

パラメーター

accountName
String

アカウント名。

copyLogLink
IList<String>

コピー ログのリンク。

copyVerboseLogLink
IList<String>

詳細ログをコピーするためのリンク。 これは、LogCollectionLevel が verbose に設定されている場合にのみ設定されます。

適用対象