你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FabricClient.SecretStoreClient.GetSecretsAsync 方法

定义

从中央机密存储异步获取机密。

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

参数

secretReferences
SecretReference[]

要检索的机密列表。

includeValue
Boolean

如果为 True,则包含响应中的机密值

timeout
TimeSpan

等待异步操作完成的最大时间

cancellationToken
CancellationToken

CancellationToken操作正在观察的对象。 它可用于发送应取消操作的通知。 请注意,取消是建议性的,即使取消了操作,该操作仍可能已完成。

返回

表示异步操作的任务。

适用于