你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmDataBoxModelFactory.DataBoxAccountCopyLogDetails 方法

定义

初始化 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

参数

accountName
String

帐户名称。

copyLogLink
String

复制日志的链接。

copyVerboseLogLink
String

复制详细日志的链接。 仅当 LogCollectionLevel 设置为 Verbose 时,才会设置此值。

返回

用于模拟的新 DataBoxAccountCopyLogDetails 实例。

适用于