LinkedDatabase 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
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
Azure SDK for .NET