AttachedDatabaseConfiguration Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AttachedDatabaseConfiguration() |
Initialisiert eine neue instance der AttachedDatabaseConfiguration-Klasse. |
AttachedDatabaseConfiguration(String, String, String, String, String, String, String, String, IList<String>, TableLevelSharingProperties) |
Initialisiert eine neue instance der AttachedDatabaseConfiguration-Klasse. |
AttachedDatabaseConfiguration()
Initialisiert eine neue instance der AttachedDatabaseConfiguration-Klasse.
public AttachedDatabaseConfiguration ();
Public Sub New ()
Gilt für:
AttachedDatabaseConfiguration(String, String, String, String, String, String, String, String, IList<String>, TableLevelSharingProperties)
Initialisiert eine neue instance der AttachedDatabaseConfiguration-Klasse.
public AttachedDatabaseConfiguration (string databaseName, string clusterResourceId, string defaultPrincipalsModificationKind, string id = default, string name = default, string type = default, string location = default, string provisioningState = default, System.Collections.Generic.IList<string> attachedDatabaseNames = default, Microsoft.Azure.Management.Kusto.Models.TableLevelSharingProperties tableLevelSharingProperties = default);
new Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration : string * string * string * string * string * string * string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Kusto.Models.TableLevelSharingProperties -> Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration
Public Sub New (databaseName As String, clusterResourceId As String, defaultPrincipalsModificationKind As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional provisioningState As String = Nothing, Optional attachedDatabaseNames As IList(Of String) = Nothing, Optional tableLevelSharingProperties As TableLevelSharingProperties = Nothing)
Parameter
- databaseName
- String
Der Name der Datenbank, die Sie anfügen möchten, verwenden Sie * , wenn Sie alle aktuellen und zukünftigen Datenbanken verfolgen möchten.
- clusterResourceId
- String
Die Ressourcen-ID des Clusters, in dem sich die Datenbanken befinden, die Sie anfügen möchten.
- defaultPrincipalsModificationKind
- String
Die Standardmäßige Prinzipaländerungsart. Mögliche Werte: "Union", "Replace", "None"
- id
- String
Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
Der Name der Ressource
- type
- String
Der Typ der Ressource. Z.B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"
- location
- String
Ressourcenspeicherort
- provisioningState
- String
Der bereitgestellte Zustand der Ressource. Mögliche Werte: "Running", "Creating", "Deleting", "Succeeded", "Failed", "Moving"
Die Liste der Datenbanken aus der clusterResourceId, die derzeit an den Cluster angefügt sind.
- tableLevelSharingProperties
- TableLevelSharingProperties
Spezifikationen für die Gemeinsame Nutzung auf Tabellenebene
Gilt für:
Azure SDK for .NET