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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET