Share via


DataBoxHeavyAccountCopyLogDetails Constructors

Definition

Overloads

DataBoxHeavyAccountCopyLogDetails()

Initializes a new instance of the DataBoxHeavyAccountCopyLogDetails class.

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

Initializes a new instance of the DataBoxHeavyAccountCopyLogDetails class.

DataBoxHeavyAccountCopyLogDetails()

Initializes a new instance of the DataBoxHeavyAccountCopyLogDetails class.

public DataBoxHeavyAccountCopyLogDetails ();
Public Sub New ()

Applies to

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

Initializes a new instance of the DataBoxHeavyAccountCopyLogDetails class.

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)

Parameters

accountName
String

Account name.

copyLogLink
IList<String>

Link for copy logs.

copyVerboseLogLink
IList<String>

Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.

Applies to