TestKeys Constructors
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.
Overloads
TestKeys() |
Initializes a new instance of the TestKeys class. |
TestKeys(String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the TestKeys class. |
TestKeys()
Initializes a new instance of the TestKeys class.
public TestKeys ();
Public Sub New ()
Applies to
TestKeys(String, String, String, String, Nullable<Boolean>)
Initializes a new instance of the TestKeys class.
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)
Parameters
- primaryKey
- String
Primary key
- secondaryKey
- String
Secondary key
- primaryTestEndpoint
- String
Primary test endpoint
- secondaryTestEndpoint
- String
Secondary test endpoint
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET