IKeys Schnittstelle

Definition

Einstiegspunkt für Key Vault Schlüssel-API.

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)
Implementiert

Methoden

Define(String)

Einstiegspunkt für Key Vault Schlüssel-API.

(Geerbt von ISupportsCreating<T>)
DeleteById(String)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID.

(Geerbt von ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID.

(Geerbt von ISupportsDeletingById)
GetById(String)

Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab.

(Geerbt von ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab.

(Geerbt von ISupportsGettingById<T>)
GetByName(String)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen in der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
GetByNameAndVersion(String, String)

Ruft einen Key Vault Schlüssel ab.

GetByNameAndVersionAsync(String, String, CancellationToken)

Ruft einen Key Vault Schlüssel ab.

GetByNameAsync(String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen in der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
List()

Listet alle Ressourcen des angegebenen Typs im derzeit ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Listet alle Ressourcen des angegebenen Typs im derzeit ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)
Restore(Byte[])

Stellt einen Sicherungsschlüssel in einem Key Vault-Schlüssel wieder her.

RestoreAsync(Byte[], CancellationToken)

Stellt einen Sicherungsschlüssel in einem Key Vault-Schlüssel wieder her.

Gilt für: