你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ReplicationLinkInner 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示数据库复制链接。
[Microsoft.Rest.Serialization.JsonTransformation]
public class ReplicationLinkInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ReplicationLinkInner = class
inherit ProxyResourceInner
Public Class ReplicationLinkInner
Inherits ProxyResourceInner
- 继承
- 属性
构造函数
ReplicationLinkInner() |
初始化 ReplicationLinkInner 类的新实例。 |
ReplicationLinkInner(String, String, String, String, Nullable<Boolean>, String, String, String, String, Nullable<ReplicationRole>, Nullable<ReplicationRole>, Nullable<DateTime>, Nullable<Int32>, ReplicationState) |
初始化 ReplicationLinkInner 类的新实例。 |
属性
Id |
资源 ID。Setter 受保护,因为需要在网络资源中设置 ID。 (继承自 ProxyResource) |
IsTerminationAllowed |
获取指示是否允许终止的旧值。 当前始终返回 true。 |
Location |
获取包含此防火墙规则的服务器的位置。 |
Name |
资源名称 (继承自 ProxyResource) |
PartnerDatabase |
获取伙伴数据库的名称。 |
PartnerLocation |
获取合作伙伴数据库的 Azure 区域。 |
PartnerRole |
获取复制链接中伙伴数据库的角色。 可能的值包括:“Primary”、“Secondary”、“NonReadableSecondary”、“Source”、“Copy” |
PartnerServer |
获取托管伙伴数据库的服务器的名称。 |
PercentComplete |
获取复制链接的种子设定完成百分比。 |
ReplicationMode |
获取此复制链接的复制模式。 |
ReplicationState |
获取复制链接的复制状态。 可能的值包括:“PENDING”、“SEEDING”、“CATCH_UP”、“SUSPENDED” |
Role |
获取复制链接中数据库的角色。 可能的值包括:“Primary”、“Secondary”、“NonReadableSecondary”、“Source”、“Copy” |
StartTime |
获取复制链接的开始时间。 |
Tags |
资源标记 (继承自 Resource) |
Type |
资源类型 (继承自 ProxyResource) |
方法
Validate() |
验证 对象。 如果验证失败,则引发 ValidationException。 (继承自 Resource) |