ReplicationLinkUpdate Constructors
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.
Overloads
ReplicationLinkUpdate() |
Initializes a new instance of the ReplicationLinkUpdate class. |
ReplicationLinkUpdate(String, String, String, String) |
Initializes a new instance of the ReplicationLinkUpdate class. |
ReplicationLinkUpdate()
Initializes a new instance of the ReplicationLinkUpdate class.
public ReplicationLinkUpdate ();
Public Sub New ()
Applies to
ReplicationLinkUpdate(String, String, String, String)
Initializes a new instance of the ReplicationLinkUpdate class.
public ReplicationLinkUpdate (string id = default, string name = default, string type = default, string linkType = default);
new Microsoft.Azure.Management.Sql.Models.ReplicationLinkUpdate : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.ReplicationLinkUpdate
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional linkType As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- linkType
- String
Link type (GEO, NAMED, STANDBY). Update operation does not support NAMED. Possible values include: 'GEO', 'NAMED', 'STANDBY'