ReplicationLinkUpdate Class
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.
A replication link update request.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ReplicationLinkUpdate : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ReplicationLinkUpdate = class
inherit ProxyResource
Public Class ReplicationLinkUpdate
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| ReplicationLinkUpdate() |
Initializes a new instance of the ReplicationLinkUpdate class. |
| ReplicationLinkUpdate(String, String, String, String) |
Initializes a new instance of the ReplicationLinkUpdate class. |
Properties
| Name | Description |
|---|---|
| Id |
Gets resource ID. (Inherited from Resource) |
| LinkType |
Gets or sets link type (GEO, NAMED, STANDBY). Update operation does not support NAMED. Possible values include: 'GEO', 'NAMED', 'STANDBY' |
| Name |
Gets resource name. (Inherited from Resource) |
| Type |
Gets resource type. (Inherited from Resource) |