ArmKustoModelFactory.KustoFollowerDatabase 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 KustoFollowerDatabase.
public static Azure.ResourceManager.Kusto.Models.KustoFollowerDatabase KustoFollowerDatabase(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 KustoFollowerDatabase : Azure.Core.ResourceIdentifier * string * string * Azure.ResourceManager.Kusto.Models.KustoDatabaseTableLevelSharingProperties * Nullable<Azure.ResourceManager.Kusto.Models.KustoDatabaseShareOrigin> -> Azure.ResourceManager.Kusto.Models.KustoFollowerDatabase
Public Shared Function KustoFollowerDatabase (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 KustoFollowerDatabase
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 KustoFollowerDatabase instance for mocking.
Applies to
Azure SDK for .NET