Megosztás a következőn keresztül:


KustoFollowerDatabaseDefinition(ResourceIdentifier, String) Constructor

Definition

Initializes a new instance of KustoFollowerDatabaseDefinition.

public KustoFollowerDatabaseDefinition (Azure.Core.ResourceIdentifier clusterResourceId, string attachedDatabaseConfigurationName);
new Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition
Public Sub New (clusterResourceId As ResourceIdentifier, attachedDatabaseConfigurationName As String)

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.

Exceptions

clusterResourceId or attachedDatabaseConfigurationName is null.

Applies to