ArmKustoModelFactory.KustoFollowerDatabaseDefinition 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 KustoFollowerDatabaseDefinition.
public static Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition KustoFollowerDatabaseDefinition (Azure.Core.ResourceIdentifier clusterResourceId = default, string attachedDatabaseConfigurationName = default, string databaseName = default, Azure.ResourceManager.Kusto.Models.KustoDatabaseTableLevelSharingProperties tableLevelSharingProperties = default, Azure.ResourceManager.Kusto.Models.KustoDatabaseShareOrigin? databaseShareOrigin = default);
static member KustoFollowerDatabaseDefinition : Azure.Core.ResourceIdentifier * string * string * Azure.ResourceManager.Kusto.Models.KustoDatabaseTableLevelSharingProperties * Nullable<Azure.ResourceManager.Kusto.Models.KustoDatabaseShareOrigin> -> Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition
Public Shared Function KustoFollowerDatabaseDefinition (Optional clusterResourceId As ResourceIdentifier = Nothing, Optional attachedDatabaseConfigurationName As String = Nothing, Optional databaseName As String = Nothing, Optional tableLevelSharingProperties As KustoDatabaseTableLevelSharingProperties = Nothing, Optional databaseShareOrigin As Nullable(Of KustoDatabaseShareOrigin) = Nothing) As KustoFollowerDatabaseDefinition
Parameters
- clusterResourceId
- 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.
- tableLevelSharingProperties
- KustoDatabaseTableLevelSharingProperties
Table level sharing specifications.
- databaseShareOrigin
- Nullable<KustoDatabaseShareOrigin>
The origin of the following setup.
Returns
A new KustoFollowerDatabaseDefinition instance for mocking.
Applies to
Azure SDK for .NET