ArmAppServiceModelFactory.SitePhpErrorLogFlag 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 SitePhpErrorLogFlag.
public static Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag SitePhpErrorLogFlag (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string localLogErrors = default, string masterLogErrors = default, string localLogErrorsMaxLength = default, string masterLogErrorsMaxLength = default, string kind = default);
static member SitePhpErrorLogFlag : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string -> Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag
Public Shared Function SitePhpErrorLogFlag (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional localLogErrors As String = Nothing, Optional masterLogErrors As String = Nothing, Optional localLogErrorsMaxLength As String = Nothing, Optional masterLogErrorsMaxLength As String = Nothing, Optional kind As String = Nothing) As SitePhpErrorLogFlag
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- localLogErrors
- String
Configuração de log_errors local.
- masterLogErrors
- String
Configuração de log_errors mestre.
- localLogErrorsMaxLength
- String
Configuração de log_errors_max_len local.
- masterLogErrorsMaxLength
- String
Configuração de log_errors_max_len mestre.
- kind
- String
Tipo de recurso.
Retornos
Uma nova SitePhpErrorLogFlag instância para zombar.