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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET