LoadTestRun.Secrets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)