FollowerDatabaseDefinition 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
FollowerDatabaseDefinition() |
Initializes a new instance of the FollowerDatabaseDefinition class. |
FollowerDatabaseDefinition(String, String, String) |
Initializes a new instance of the FollowerDatabaseDefinition class. |
FollowerDatabaseDefinition()
Initializes a new instance of the FollowerDatabaseDefinition class.
public FollowerDatabaseDefinition ();
Public Sub New ()
Applies to
FollowerDatabaseDefinition(String, String, String)
Initializes a new instance of the FollowerDatabaseDefinition class.
public FollowerDatabaseDefinition (string clusterResourceId, string attachedDatabaseConfigurationName, string databaseName = default);
new Microsoft.Azure.Management.Kusto.Models.FollowerDatabaseDefinition : string * string * string -> Microsoft.Azure.Management.Kusto.Models.FollowerDatabaseDefinition
Public Sub New (clusterResourceId As String, attachedDatabaseConfigurationName As String, Optional databaseName As String = Nothing)
Parameters
- clusterResourceId
- String
Resource id of the cluster that follows a database owned by this cluster.
- attachedDatabaseConfigurationName
- String
Resource name of the attached database configuration in the follower cluster.
- databaseName
- String
The database name owned by this cluster that was followed. * in case following all databases.
Applies to
Azure SDK for .NET