ArmAppPlatformModelFactory.AppPlatformServiceTestKeys Método
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.
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.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET