Compartilhar via


ArmAppPlatformModelFactory.AppPlatformServiceTestKeys Método

Definição

Inicializa uma nova instância 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

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.

isEnabled
Nullable<Boolean>

Indica se o recurso de ponto de extremidade de teste está habilitado ou não.

Retornos

Uma nova AppPlatformServiceTestKeys instância para simulação.

Aplica-se a