Partager via


IKeys Interface

Définition

Point d’entrée pour l’API de clés Key Vault.

public interface IKeys : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.KeyVault.Fluent.Key.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.KeyVault.Fluent.IKey>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.KeyVault.Fluent.IKey>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByNameAsync<Microsoft.Azure.Management.KeyVault.Fluent.IKey>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.KeyVault.Fluent.IKey>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IKeys = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsGettingById<IKey>
    interface ISupportsGettingByNameAsync<IKey>
    interface ISupportsGettingByName<IKey>
    interface ISupportsListing<IKey>
Public Interface IKeys
Implements IBeta, ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IKey), ISupportsGettingByName(Of IKey), ISupportsGettingByNameAsync(Of IKey), ISupportsListing(Of IKey)
Implémente

Méthodes

Define(String)

Point d’entrée pour l’API de clés Key Vault.

(Hérité de ISupportsCreating<T>)
DeleteById(String)

Supprime une ressource d’Azure, l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Supprime une ressource d’Azure, l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
GetById(String)

Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByName(String)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
GetByNameAndVersion(String, String)

Obtient une clé Key Vault.

GetByNameAndVersionAsync(String, String, CancellationToken)

Obtient une clé Key Vault.

GetByNameAsync(String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
List()

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)
Restore(Byte[])

Restaure une clé de sauvegarde dans une clé Key Vault.

RestoreAsync(Byte[], CancellationToken)

Restaure une clé de sauvegarde dans une clé Key Vault.

S’applique à