Freigeben über


ManagedInstanceEncryptionProtectorCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ManagedInstanceEncryptionProtectorResource Vorgänge darstellt. Jedes ManagedInstanceEncryptionProtectorResource in der Auflistung gehört zum gleichen instance von ManagedInstanceResource. Um eine ManagedInstanceEncryptionProtectorCollection instance rufen Sie die GetManagedInstanceEncryptionProtectors-Methode aus einer instance von aufManagedInstanceResource.

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

Konstruktoren

ManagedInstanceEncryptionProtectorCollection()

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

Updates eine vorhandene Verschlüsselungsschutzvorrichtung.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdManagedInstanceEncryptionProtectors_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, EncryptionProtectorName, ManagedInstanceEncryptionProtectorData, CancellationToken)

Updates eine vorhandene Verschlüsselungsschutzvorrichtung.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdManagedInstanceEncryptionProtectors_CreateOrUpdate
Exists(EncryptionProtectorName, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdManagedInstanceEncryptionProtectors_Get
ExistsAsync(EncryptionProtectorName, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdManagedInstanceEncryptionProtectors_Get
Get(EncryptionProtectorName, CancellationToken)

Ruft eine verwaltete instance Verschlüsselungsschutzvorrichtung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdManagedInstanceEncryptionProtectors_Get
GetAll(CancellationToken)

Ruft eine Liste der verwalteten instance Verschlüsselungsschutzvorrichtungen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector
  • Vorgangs-IdManagedInstanceEncryptionProtectors_ListByInstance
GetAllAsync(CancellationToken)

Ruft eine Liste der verwalteten instance Verschlüsselungsschutzvorrichtungen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector
  • Vorgangs-IdManagedInstanceEncryptionProtectors_ListByInstance
GetAsync(EncryptionProtectorName, CancellationToken)

Ruft eine verwaltete instance Verschlüsselungsschutzvorrichtung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdManagedInstanceEncryptionProtectors_Get
GetIfExists(EncryptionProtectorName, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdManagedInstanceEncryptionProtectors_Get
GetIfExistsAsync(EncryptionProtectorName, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdManagedInstanceEncryptionProtectors_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<ManagedInstanceEncryptionProtectorResource>.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<ManagedInstanceEncryptionProtectorResource>.GetEnumerator()

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

Gilt für: