ServerCommunicationLink 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
ServerCommunicationLink() |
Initialisiert eine neue instance der ServerCommunicationLink-Klasse. |
ServerCommunicationLink(String, String, String, String, String, String, String) |
Initialisiert eine neue instance der ServerCommunicationLink-Klasse. |
ServerCommunicationLink()
Initialisiert eine neue instance der ServerCommunicationLink-Klasse.
public ServerCommunicationLink ();
Public Sub New ()
Gilt für:
ServerCommunicationLink(String, String, String, String, String, String, String)
Initialisiert eine neue instance der ServerCommunicationLink-Klasse.
public ServerCommunicationLink (string partnerServer, string id = default, string name = default, string type = default, string state = default, string location = default, string kind = default);
new Microsoft.Azure.Management.Sql.Models.ServerCommunicationLink : string * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.ServerCommunicationLink
Public Sub New (partnerServer As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional state As String = Nothing, Optional location As String = Nothing, Optional kind As String = Nothing)
Parameter
- partnerServer
- String
Der Name des Partnerservers.
- id
- String
Ressourcen-ID
- name
- String
Name der Ressource.
- type
- String
Der Ressourcentyp.
- state
- String
Das Land/die Region.
- location
- String
Kommunikationslinkstandort.
- kind
- String
Art der Kommunikationsverbindung. Diese Eigenschaft wird für Metadaten des Azure-Portals verwendet.
Gilt für:
Azure SDK for .NET