Condividi tramite


ReplicationLinkUpdate Class

Definition

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
ReplicationLinkUpdate
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)

Applies to