Compartir a través de


ArmAppPlatformModelFactory.AppPlatformServiceTestKeys Método

Definición

Inicializa una nueva instancia de AppPlatformServiceTestKeys.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTestKeys AppPlatformServiceTestKeys (string primaryKey = default, string secondaryKey = default, string primaryTestEndpoint = default, string secondaryTestEndpoint = default, bool? isEnabled = default);
static member AppPlatformServiceTestKeys : string * string * string * string * Nullable<bool> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTestKeys
Public Shared Function AppPlatformServiceTestKeys (Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing, Optional primaryTestEndpoint As String = Nothing, Optional secondaryTestEndpoint As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing) As AppPlatformServiceTestKeys

Parámetros

primaryKey
String

Clave principal.

secondaryKey
String

Clave secundaria.

primaryTestEndpoint
String

Punto de conexión de prueba principal.

secondaryTestEndpoint
String

Punto de conexión de prueba secundario.

isEnabled
Nullable<Boolean>

Indica si la característica de punto de conexión de prueba está habilitada o no.

Devoluciones

AppPlatformServiceTestKeys Nueva instancia para simular.

Se aplica a