Udostępnij za pośrednictwem


TestKeys Constructors

Definition

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

enabled
Nullable<Boolean>

Indicates whether the test endpoint feature enabled or not

Applies to