DataBoxCustomerDiskCopyLogDetails 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
DataBoxCustomerDiskCopyLogDetails() |
Initializes a new instance of the DataBoxCustomerDiskCopyLogDetails class. |
DataBoxCustomerDiskCopyLogDetails(String, String, String) |
Initializes a new instance of the DataBoxCustomerDiskCopyLogDetails class. |
DataBoxCustomerDiskCopyLogDetails()
Initializes a new instance of the DataBoxCustomerDiskCopyLogDetails class.
public DataBoxCustomerDiskCopyLogDetails ();
Public Sub New ()
Applies to
DataBoxCustomerDiskCopyLogDetails(String, String, String)
Initializes a new instance of the DataBoxCustomerDiskCopyLogDetails class.
public DataBoxCustomerDiskCopyLogDetails (string serialNumber = default, string errorLogLink = default, string verboseLogLink = default);
new Microsoft.Azure.Management.DataBox.Models.DataBoxCustomerDiskCopyLogDetails : string * string * string -> Microsoft.Azure.Management.DataBox.Models.DataBoxCustomerDiskCopyLogDetails
Public Sub New (Optional serialNumber As String = Nothing, Optional errorLogLink As String = Nothing, Optional verboseLogLink As String = Nothing)
Parameters
- serialNumber
- String
Disk Serial Number.
- errorLogLink
- String
Link for copy error logs.
- verboseLogLink
- String
Link for copy verbose logs.
Applies to
Azure SDK for .NET