DataBoxHeavyAccountCopyLogDetails Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.
Applies to
Azure SDK for .NET