Share via


LinkedDatabase Constructors

Definition

Overloads

LinkedDatabase()

Initializes a new instance of the LinkedDatabase class.

LinkedDatabase(String, String)

Initializes a new instance of the LinkedDatabase class.

LinkedDatabase()

Initializes a new instance of the LinkedDatabase class.

public LinkedDatabase ();
Public Sub New ()

Applies to

LinkedDatabase(String, String)

Initializes a new instance of the LinkedDatabase class.

public LinkedDatabase (string id = default, string state = default);
new Microsoft.Azure.Management.RedisEnterprise.Models.LinkedDatabase : string * string -> Microsoft.Azure.Management.RedisEnterprise.Models.LinkedDatabase
Public Sub New (Optional id As String = Nothing, Optional state As String = Nothing)

Parameters

id
String

Resource ID of a database resource to link with this database.

state
String

State of the link between the database resources. Possible values include: 'Linked', 'Linking', 'Unlinking', 'LinkFailed', 'UnlinkFailed'

Applies to