ArmSynapseModelFactory.SynapseFollowerDatabaseDefinition Method
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.
Initializes a new instance of SynapseFollowerDatabaseDefinition.
public static Azure.ResourceManager.Synapse.Models.SynapseFollowerDatabaseDefinition SynapseFollowerDatabaseDefinition (Azure.Core.ResourceIdentifier kustoPoolResourceId = default, string attachedDatabaseConfigurationName = default, string databaseName = default);
static member SynapseFollowerDatabaseDefinition : Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.Synapse.Models.SynapseFollowerDatabaseDefinition
Public Shared Function SynapseFollowerDatabaseDefinition (Optional kustoPoolResourceId As ResourceIdentifier = Nothing, Optional attachedDatabaseConfigurationName As String = Nothing, Optional databaseName As String = Nothing) As SynapseFollowerDatabaseDefinition
Parameters
- kustoPoolResourceId
- ResourceIdentifier
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.
Returns
A new SynapseFollowerDatabaseDefinition instance for mocking.
Applies to
Azure SDK for .NET