Server Konstruktoren
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.
Server() |
Initialisiert eine neue instance der Serverklasse. |
Server(String, String, String, String, IDictionary<String,String>, ResourceIdentity, Sku, String, String, Nullable<SslEnforcementEnum>, String, String, String, String, String, Nullable<DateTime>, StorageProfile, String, String, Nullable<Int32>, String, IList<ServerPrivateEndpointConnection>) |
Initialisiert eine neue instance der Serverklasse. |
Initialisiert eine neue instance der Serverklasse.
public Server();
Public Sub New ()
Gilt für:
Azure SDK for .NET Legacy
Produkt | Versionen |
---|---|
Azure SDK for .NET | Legacy |
Server(String, String, String, String, IDictionary<String,String>, ResourceIdentity, Sku, String, String, Nullable<SslEnforcementEnum>, String, String, String, String, String, Nullable<DateTime>, StorageProfile, String, String, Nullable<Int32>, String, IList<ServerPrivateEndpointConnection>)
Initialisiert eine neue instance der Serverklasse.
public Server(string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.MySQL.Models.ResourceIdentity identity = default, Microsoft.Azure.Management.MySQL.Models.Sku sku = default, string administratorLogin = default, string version = default, Microsoft.Azure.Management.MySQL.Models.SslEnforcementEnum? sslEnforcement = default, string minimalTlsVersion = default, string byokEnforcement = default, string infrastructureEncryption = default, string userVisibleState = default, string fullyQualifiedDomainName = default, DateTime? earliestRestoreDate = default, Microsoft.Azure.Management.MySQL.Models.StorageProfile storageProfile = default, string replicationRole = default, string masterServerId = default, int? replicaCapacity = default, string publicNetworkAccess = default, System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.Models.ServerPrivateEndpointConnection> privateEndpointConnections = default);
new Microsoft.Azure.Management.MySQL.Models.Server : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.MySQL.Models.ResourceIdentity * Microsoft.Azure.Management.MySQL.Models.Sku * string * string * Nullable<Microsoft.Azure.Management.MySQL.Models.SslEnforcementEnum> * string * string * string * string * string * Nullable<DateTime> * Microsoft.Azure.Management.MySQL.Models.StorageProfile * string * string * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.Models.ServerPrivateEndpointConnection> -> Microsoft.Azure.Management.MySQL.Models.Server
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ResourceIdentity = Nothing, Optional sku As Sku = Nothing, Optional administratorLogin As String = Nothing, Optional version As String = Nothing, Optional sslEnforcement As Nullable(Of SslEnforcementEnum) = Nothing, Optional minimalTlsVersion As String = Nothing, Optional byokEnforcement As String = Nothing, Optional infrastructureEncryption As String = Nothing, Optional userVisibleState As String = Nothing, Optional fullyQualifiedDomainName As String = Nothing, Optional earliestRestoreDate As Nullable(Of DateTime) = Nothing, Optional storageProfile As StorageProfile = Nothing, Optional replicationRole As String = Nothing, Optional masterServerId As String = Nothing, Optional replicaCapacity As Nullable(Of Integer) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional privateEndpointConnections As IList(Of ServerPrivateEndpointConnection) = Nothing)
Parameter
- location
- String
Der geografische Standort, an dem sich die Ressource befindet
- 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"
- tags
- IDictionary<String,String>
Ressourcentags.
- identity
- ResourceIdentity
Die Azure Active Directory-Identität des Servers.
- sku
- Sku
Die SKU (Tarif) des Servers.
- administratorLogin
- String
Der Anmeldename des Administrators eines Servers. Kann nur angegeben werden, wenn der Server erstellt wird (und für die Erstellung erforderlich ist).
- version
- String
Serverversion. Mögliche Werte: "5.6", "5.7", "8.0"
- sslEnforcement
- Nullable<SslEnforcementEnum>
Aktivieren Sie die SSL-Erzwingung oder nicht, wenn Sie eine Verbindung mit dem Server herstellen. Mögliche Werte sind: "Aktiviert", "Deaktiviert".
- minimalTlsVersion
- String
Erzwingen Sie eine minimale Tls-Version für den Server. Mögliche Werte: "TLS1_0", "TLS1_1", "TLS1_2", "TLSEnforcementDisabled"
- byokEnforcement
- String
Status, der anzeigt, ob die Serverdatenverschlüsselung mit kundenseitig verwalteten Schlüsseln aktiviert ist.
- infrastructureEncryption
- String
Status, der anzeigt, ob der Server die Infrastrukturverschlüsselung aktiviert hat. Mögliche Werte sind: "Aktiviert", "Deaktiviert".
- userVisibleState
- String
Ein Zustand eines Servers, der für den Benutzer sichtbar ist. Mögliche Werte: "Ready", "Drop", "Disabled", "Unaccessible"
- fullyQualifiedDomainName
- String
Der vollqualifizierte Domänenname eines Servers.
Erstellungszeit des frühesten Wiederherstellungspunkts (ISO8601-Format)
- storageProfile
- StorageProfile
Speicherprofil eines Servers.
- replicationRole
- String
Die Replikationsrolle des Servers.
- masterServerId
- String
Die master Server-ID eines Replikatservers.
Die maximale Anzahl von Replikaten, die ein master-Server aufweisen kann.
- publicNetworkAccess
- String
Gibt an, ob der Öffentliche Netzwerkzugriff für diesen Server zulässig ist oder nicht. Der Wert ist optional. Wenn er jedoch übergeben wird, muss er "Aktiviert" oder "Deaktiviert" sein. Mögliche Werte sind: "Aktiviert", "Deaktiviert".
- privateEndpointConnections
- IList<ServerPrivateEndpointConnection>
Liste der privaten Endpunktverbindungen auf einem Server
Gilt für:
Azure SDK for .NET Legacy
Produkt | Versionen |
---|---|
Azure SDK for .NET | Legacy |
Feedback zu Azure SDK for .NET
Azure SDK for .NET ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: