Freigeben über


EncryptionProtectorCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren EncryptionProtectorResource Vorgänge darstellt. Jedes EncryptionProtectorResource in der Auflistung gehört zum gleichen instance von SqlServerResource. Um eine EncryptionProtectorCollection instance rufen Sie die GetEncryptionProtectors-Methode aus einer instance von aufSqlServerResource.

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

Konstruktoren

EncryptionProtectorCollection()

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

Updates eine vorhandene Verschlüsselungsschutzvorrichtung.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdEncryptionProtectors_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, EncryptionProtectorName, EncryptionProtectorData, CancellationToken)

Updates eine vorhandene Verschlüsselungsschutzvorrichtung.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdEncryptionProtectors_CreateOrUpdate
Exists(EncryptionProtectorName, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdEncryptionProtectors_Get
ExistsAsync(EncryptionProtectorName, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdEncryptionProtectors_Get
Get(EncryptionProtectorName, CancellationToken)

Ruft eine Serververschlüsselungsschutzvorrichtung ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdEncryptionProtectors_Get
GetAll(CancellationToken)

Ruft eine Liste der Serververschlüsselungsschutzvorrichtungen ab.

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

Ruft eine Liste der Serververschlüsselungsschutzvorrichtungen ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector
  • Vorgangs-IdEncryptionProtectors_ListByServer
GetAsync(EncryptionProtectorName, CancellationToken)

Ruft eine Serververschlüsselungsschutzvorrichtung ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdEncryptionProtectors_Get
GetIfExists(EncryptionProtectorName, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdEncryptionProtectors_Get
GetIfExistsAsync(EncryptionProtectorName, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdEncryptionProtectors_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<EncryptionProtectorResource>.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<EncryptionProtectorResource>.GetEnumerator()

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

Gilt für: