Compartir a través de


ISecrets Interfaz

Definición

Punto de entrada para Key Vault API de secretos.

public interface ISecrets : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.KeyVault.Fluent.Secret.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.KeyVault.Fluent.ISecret>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.KeyVault.Fluent.ISecret>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByNameAsync<Microsoft.Azure.Management.KeyVault.Fluent.ISecret>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.KeyVault.Fluent.ISecret>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type ISecrets = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsGettingById<ISecret>
    interface ISupportsGettingByNameAsync<ISecret>
    interface ISupportsGettingByName<ISecret>
    interface ISupportsListing<ISecret>
Public Interface ISecrets
Implements IBeta, ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of ISecret), ISupportsGettingByName(Of ISecret), ISupportsGettingByNameAsync(Of ISecret), ISupportsListing(Of ISecret)
Implementaciones

Métodos

Define(String)

Punto de entrada para Key Vault API de secretos.

(Heredado de ISupportsCreating<T>)
DeleteById(String)

Elimina un recurso de Azure, que lo identifica por su identificador de recurso.

(Heredado de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Elimina un recurso de Azure, que lo identifica por su identificador de recurso.

(Heredado de ISupportsDeletingById)
GetById(String)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

(Heredado de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

(Heredado de ISupportsGettingById<T>)
GetByName(String)

Obtiene la información sobre un recurso de Azure basado en el nombre del recurso dentro del grupo de recursos actual.

(Heredado de ISupportsGettingByName<T>)
GetByNameAndVersion(String, String)

Obtiene un secreto de Key Vault.

GetByNameAndVersionAsync(String, String, CancellationToken)

Obtiene un secreto de Key Vault.

GetByNameAsync(String, CancellationToken)

Obtiene la información sobre un recurso de Azure basado en el nombre del recurso dentro del grupo de recursos actual.

(Heredado de ISupportsGettingByName<T>)
List()

Enumera todos los recursos del tipo especificado en la suscripción seleccionada actualmente.

(Heredado de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Enumera todos los recursos del tipo especificado en la suscripción seleccionada actualmente.

(Heredado de ISupportsListing<T>)

Se aplica a