Partager via


ManagedInstanceResource.GetManagedInstanceEncryptionProtectorAsync Méthode

Définition

Obtient un protecteur de chiffrement instance managé.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • IdManagedInstanceEncryptionProtectors_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceEncryptionProtectorResource>> GetManagedInstanceEncryptionProtectorAsync (Azure.ResourceManager.Sql.Models.EncryptionProtectorName encryptionProtectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedInstanceEncryptionProtectorAsync : Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceEncryptionProtectorResource>>
override this.GetManagedInstanceEncryptionProtectorAsync : Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceEncryptionProtectorResource>>
Public Overridable Function GetManagedInstanceEncryptionProtectorAsync (encryptionProtectorName As EncryptionProtectorName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ManagedInstanceEncryptionProtectorResource))

Paramètres

encryptionProtectorName
EncryptionProtectorName

Nom du protecteur de chiffrement à récupérer.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

S’applique à