TestKeys Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TestKeys() |
Inicializa uma nova instância da classe TestKeys. |
TestKeys(String, String, String, String, Nullable<Boolean>) |
Inicializa uma nova instância da classe TestKeys. |
TestKeys()
Inicializa uma nova instância da classe TestKeys.
public TestKeys ();
Public Sub New ()
Aplica-se a
TestKeys(String, String, String, String, Nullable<Boolean>)
Inicializa uma nova instância da 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)
Parâmetros
- primaryKey
- String
Chave primária
- secondaryKey
- String
Chave secundária
- primaryTestEndpoint
- String
Ponto de extremidade de teste primário
- secondaryTestEndpoint
- String
Ponto de extremidade de teste secundário
Indica se o recurso de ponto de extremidade de teste está habilitado ou não
Aplica-se a
Azure SDK for .NET