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

TestKeys 构造函数

定义

重载

TestKeys()

初始化 TestKeys 类的新实例。

TestKeys(String, String, String, String, Nullable<Boolean>)

初始化 TestKeys 类的新实例。

TestKeys()

初始化 TestKeys 类的新实例。

public TestKeys ();
Public Sub New ()

适用于

TestKeys(String, String, String, String, Nullable<Boolean>)

初始化 TestKeys 类的新实例。

public TestKeys (string primaryKey = default, string secondaryKey = default, string primaryTestEndpoint = default, string secondaryTestEndpoint = default, bool? enabled = default);
new Microsoft.Azure.Management.AppPlatform.Models.TestKeys : string * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.AppPlatform.Models.TestKeys
Public Sub New (Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing, Optional primaryTestEndpoint As String = Nothing, Optional secondaryTestEndpoint As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)

参数

primaryKey
String

主密钥

secondaryKey
String

辅助密钥

primaryTestEndpoint
String

主测试终结点

secondaryTestEndpoint
String

辅助测试终结点

enabled
Nullable<Boolean>

指示测试终结点功能是否已启用

适用于