ArmDataBoxModelFactory.DataBoxAccountCopyLogDetails Method
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.
Initializes a new instance of DataBoxAccountCopyLogDetails.
public static Azure.ResourceManager.DataBox.Models.DataBoxAccountCopyLogDetails DataBoxAccountCopyLogDetails (string accountName = default, string copyLogLink = default, string copyVerboseLogLink = default);
static member DataBoxAccountCopyLogDetails : string * string * string -> Azure.ResourceManager.DataBox.Models.DataBoxAccountCopyLogDetails
Public Shared Function DataBoxAccountCopyLogDetails (Optional accountName As String = Nothing, Optional copyLogLink As String = Nothing, Optional copyVerboseLogLink As String = Nothing) As DataBoxAccountCopyLogDetails
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.
Returns
A new DataBoxAccountCopyLogDetails instance for mocking.