Freigeben über


AttachedDatabaseConfigurationsOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert eine angefügte Datenbankkonfiguration.

public static Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration CreateOrUpdate (this Microsoft.Azure.Management.Kusto.IAttachedDatabaseConfigurationsOperations operations, string resourceGroupName, string clusterName, string attachedDatabaseConfigurationName, Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Kusto.IAttachedDatabaseConfigurationsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration -> Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration
<Extension()>
Public Function CreateOrUpdate (operations As IAttachedDatabaseConfigurationsOperations, resourceGroupName As String, clusterName As String, attachedDatabaseConfigurationName As String, parameters As AttachedDatabaseConfiguration) As AttachedDatabaseConfiguration

Parameter

operations
IAttachedDatabaseConfigurationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Kusto-Cluster enthält.

clusterName
String

Der Name des Kusto-Clusters.

attachedDatabaseConfigurationName
String

Der Name der angefügten Datenbankkonfiguration.

parameters
AttachedDatabaseConfiguration

Die Datenbankparameter, die für den CreateOrUpdate-Vorgang bereitgestellt werden.

Gibt zurück

Gilt für: