Freigeben über


SqlServerTrustGroupCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SqlServerTrustGroupResource Vorgänge darstellt. Jedes SqlServerTrustGroupResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um eine SqlServerTrustGroupCollection instance rufen Sie die GetSqlServerTrustGroups-Methode aus einer instance von aufResourceGroupResource.

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

Konstruktoren

SqlServerTrustGroupCollection()

Initialisiert eine neue instance der -Klasse für die SqlServerTrustGroupCollection 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, SqlServerTrustGroupData, CancellationToken)

Erstellt oder aktualisiert eine Serververtrauensgruppe.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups/{serverTrustGroupName}
  • Vorgangs-IdServerTrustGroups_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SqlServerTrustGroupData, CancellationToken)

Erstellt oder aktualisiert eine Serververtrauensgruppe.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups/{serverTrustGroupName}
  • Vorgangs-IdServerTrustGroups_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups/{serverTrustGroupName}
  • Vorgangs-IdServerTrustGroups_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups/{serverTrustGroupName}
  • Vorgangs-IdServerTrustGroups_Get
Get(String, CancellationToken)

Ruft eine Serververtrauensgruppe ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups/{serverTrustGroupName}
  • Vorgangs-IdServerTrustGroups_Get
GetAll(CancellationToken)

Listet eine Serververtrauensgruppe auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups
  • Vorgangs-IdServerTrustGroups_ListByLocation
GetAllAsync(CancellationToken)

Listet eine Serververtrauensgruppe auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups
  • Vorgangs-IdServerTrustGroups_ListByLocation
GetAsync(String, CancellationToken)

Ruft eine Serververtrauensgruppe ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups/{serverTrustGroupName}
  • Vorgangs-IdServerTrustGroups_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups/{serverTrustGroupName}
  • Vorgangs-IdServerTrustGroups_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/serverTrustGroups/{serverTrustGroupName}
  • Vorgangs-IdServerTrustGroups_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<SqlServerTrustGroupResource>.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<SqlServerTrustGroupResource>.GetEnumerator()

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

Gilt für: