TestKeys Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TestKeys() |
Initialise une nouvelle instance de la classe TestKeys. |
TestKeys(String, String, String, String, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe TestKeys. |
TestKeys()
Initialise une nouvelle instance de la classe TestKeys.
public TestKeys ();
Public Sub New ()
S’applique à
TestKeys(String, String, String, String, Nullable<Boolean>)
Initialise une nouvelle instance de la classe 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)
Paramètres
- primaryKey
- String
Clé primaire
- secondaryKey
- String
Clé secondaire
- primaryTestEndpoint
- String
Point de terminaison de test principal
- secondaryTestEndpoint
- String
Point de terminaison de test secondaire
Indique si la fonctionnalité de point de terminaison de test est activée ou non
S’applique à
Azure SDK for .NET