KustoFollowerDatabaseDefinition(ResourceIdentifier, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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)
Paramètres
- clusterResourceId
- ResourceIdentifier
ID de ressource du cluster qui suit une base de données appartenant à ce cluster.
- attachedDatabaseConfigurationName
- String
Nom de la ressource de la configuration de base de données jointe dans le cluster follower.
Exceptions
clusterResourceId
ou attachedDatabaseConfigurationName
est null.