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