ServerCommunicationLinkInner 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
ServerCommunicationLinkInner() |
Initialisiert eine neue instance der ServerCommunicationLinkInner-Klasse. |
ServerCommunicationLinkInner(String, String, String, String, String, String, String) |
Initialisiert eine neue instance der ServerCommunicationLinkInner-Klasse. |
ServerCommunicationLinkInner()
Initialisiert eine neue instance der ServerCommunicationLinkInner-Klasse.
public ServerCommunicationLinkInner ();
Public Sub New ()
Gilt für:
ServerCommunicationLinkInner(String, String, String, String, String, String, String)
Initialisiert eine neue instance der ServerCommunicationLinkInner-Klasse.
public ServerCommunicationLinkInner (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.Fluent.Models.ServerCommunicationLinkInner : string * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.ServerCommunicationLinkInner
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
- name
- String
- type
- String
- state
- String
Das Land/die Region.
- location
- String
Kommunikationslinkstandort.
- kind
- String
Art der Kommunikationslinks. Diese Eigenschaft wird für Azure-Portal-Metadaten verwendet.
Gilt für:
Azure SDK for .NET