DataBoxAccountCopyLogDetails 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
DataBoxAccountCopyLogDetails() |
Initializes a new instance of the DataBoxAccountCopyLogDetails class. |
DataBoxAccountCopyLogDetails(String, String, String) |
Initializes a new instance of the DataBoxAccountCopyLogDetails class. |
DataBoxAccountCopyLogDetails()
Initializes a new instance of the DataBoxAccountCopyLogDetails class.
public DataBoxAccountCopyLogDetails ();
Public Sub New ()
Applies to
DataBoxAccountCopyLogDetails(String, String, String)
Initializes a new instance of the DataBoxAccountCopyLogDetails class.
public DataBoxAccountCopyLogDetails (string accountName = default, string copyLogLink = default, string copyVerboseLogLink = default);
new Microsoft.Azure.Management.DataBox.Models.DataBoxAccountCopyLogDetails : string * string * string -> Microsoft.Azure.Management.DataBox.Models.DataBoxAccountCopyLogDetails
Public Sub New (Optional accountName As String = Nothing, Optional copyLogLink As String = Nothing, Optional copyVerboseLogLink As String = Nothing)
Parameters
- accountName
- String
Account name.
- copyLogLink
- String
Link for copy logs.
- copyVerboseLogLink
- String
Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose.