通过


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

LoadTestingModelFactory.TestSecret(String, Nullable<SecretType>) Method

Definition

Secret.

public static Azure.Developer.LoadTesting.TestSecret TestSecret(string value = default, Azure.Developer.LoadTesting.SecretType? secretKind = default);
static member TestSecret : string * Nullable<Azure.Developer.LoadTesting.SecretType> -> Azure.Developer.LoadTesting.TestSecret
Public Shared Function TestSecret (Optional value As String = Nothing, Optional secretKind As Nullable(Of SecretType) = Nothing) As TestSecret

Parameters

value
String

The value of the secret for the respective type.

secretKind
Nullable<SecretType>

Type of secret.

Returns

A new TestSecret instance for mocking.

Applies to