Partager via


FabricClient.SecretStoreClient.RemoveSecretsAsync Méthode

Définition

Supprimez de manière asynchrone les secrets du magasin secret central.

public System.Threading.Tasks.Task<System.Fabric.SecretStore.SecretReference[]> RemoveSecretsAsync (System.Fabric.SecretStore.SecretReference[] secretReferences, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.RemoveSecretsAsync : System.Fabric.SecretStore.SecretReference[] * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.SecretStore.SecretReference[]>
Public Function RemoveSecretsAsync (secretReferences As SecretReference(), timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of SecretReference())

Paramètres

secretReferences
SecretReference[]

Liste des secrets à définir.

timeout
TimeSpan

Délai maximal d’attente avant la fin de l’opération asynchrone

cancellationToken
CancellationToken

Objet CancellationToken que l’opération observe. Il peut être utilisé pour envoyer une notification indiquant que l’opération doit être annulée. Notez que l’annulation est un avertissement et que l’opération peut toujours être terminée même si elle est annulée.

Retours

Tâche représentant l’action asynchrone.

S’applique à