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

ArmSqlModelFactory.LongTermRetentionBackupOperationResult 方法

定义

初始化 LongTermRetentionBackupOperationResult 的新实例。

public static Azure.ResourceManager.Sql.Models.LongTermRetentionBackupOperationResult LongTermRetentionBackupOperationResult (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? requestId = default, string operationType = default, Azure.Core.ResourceIdentifier fromBackupResourceId = default, Azure.Core.ResourceIdentifier toBackupResourceId = default, Azure.ResourceManager.Sql.Models.SqlBackupStorageRedundancy? targetBackupStorageRedundancy = default, string status = default, string message = default);
static member LongTermRetentionBackupOperationResult : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Sql.Models.SqlBackupStorageRedundancy> * string * string -> Azure.ResourceManager.Sql.Models.LongTermRetentionBackupOperationResult
Public Shared Function LongTermRetentionBackupOperationResult (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional requestId As Nullable(Of Guid) = Nothing, Optional operationType As String = Nothing, Optional fromBackupResourceId As ResourceIdentifier = Nothing, Optional toBackupResourceId As ResourceIdentifier = Nothing, Optional targetBackupStorageRedundancy As Nullable(Of SqlBackupStorageRedundancy) = Nothing, Optional status As String = Nothing, Optional message As String = Nothing) As LongTermRetentionBackupOperationResult

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

requestId
Nullable<Guid>

请求 ID。

operationType
String

操作类型。

fromBackupResourceId
ResourceIdentifier

源备份资源 ID。

toBackupResourceId
ResourceIdentifier

目标备份资源 ID。

targetBackupStorageRedundancy
Nullable<SqlBackupStorageRedundancy>

复制的备份的存储冗余类型。

status
String

操作状态。

message
String

进度消息。

返回

用于模拟的新 LongTermRetentionBackupOperationResult 实例。

适用于