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

FabricClient.SecretStoreClient.GetSecretsAsync Method

Definition

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

Parameters

secretReferences
SecretReference[]
includeValue
System.Boolean
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<Secret[]>

Applies to