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

LoadTestRun.Secrets Property

Definition

Secrets can be stored in an Azure Key Vault or any other secret store. If the secret is stored in an Azure Key Vault, the value should be the secret identifier and the type should be AKV_SECRET_URI. If the secret is stored elsewhere, the secret value should be provided directly and the type should be SECRET_VALUE.

public System.Collections.Generic.IDictionary<string,Azure.Developer.LoadTesting.TestSecret> Secrets { get; }
member this.Secrets : System.Collections.Generic.IDictionary<string, Azure.Developer.LoadTesting.TestSecret>
Public ReadOnly Property Secrets As IDictionary(Of String, TestSecret)

Property Value

Applies to