Freigeben über


SqlServerCommunicationLinkCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SqlServerCommunicationLinkResource Vorgänge darstellt. Jedes SqlServerCommunicationLinkResource in der Auflistung gehört zum gleichen instance von SqlServerResource. Um einen SqlServerCommunicationLinkCollection instance rufen Sie die GetSqlServerCommunicationLinks-Methode aus einer instance von SqlServerResourceauf.

public class SqlServerCommunicationLinkCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>
type SqlServerCommunicationLinkCollection = class
    inherit ArmCollection
    interface seq<SqlServerCommunicationLinkResource>
    interface IEnumerable
    interface IAsyncEnumerable<SqlServerCommunicationLinkResource>
Public Class SqlServerCommunicationLinkCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SqlServerCommunicationLinkResource), IEnumerable(Of SqlServerCommunicationLinkResource)
Vererbung
SqlServerCommunicationLinkCollection
Implementiert

Konstruktoren

SqlServerCommunicationLinkCollection()

Initialisiert eine neue instance der -Klasse für die SqlServerCommunicationLinkCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, SqlServerCommunicationLinkData, CancellationToken)

Erstellt eine Serverkommunikationsverbindung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • Vorgangs-IdServerCommunicationLinks_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SqlServerCommunicationLinkData, CancellationToken)

Erstellt eine Serverkommunikationsverbindung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • Vorgangs-IdServerCommunicationLinks_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • Vorgangs-IdServerCommunicationLinks_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • Vorgangs-IdServerCommunicationLinks_Get
Get(String, CancellationToken)

Gibt eine Serverkommunikationsverbindung zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • Vorgangs-IdServerCommunicationLinks_Get
GetAll(CancellationToken)

Ruft eine Liste der Serverkommunikationslinks ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks
  • Vorgangs-IdServerCommunicationLinks_ListByServer
GetAllAsync(CancellationToken)

Ruft eine Liste der Serverkommunikationslinks ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks
  • Vorgangs-IdServerCommunicationLinks_ListByServer
GetAsync(String, CancellationToken)

Gibt eine Serverkommunikationsverbindung zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • Vorgangs-IdServerCommunicationLinks_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • Vorgangs-IdServerCommunicationLinks_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • Vorgangs-IdServerCommunicationLinks_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<SqlServerCommunicationLinkResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<SqlServerCommunicationLinkResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: