FileSystemHttpLogsConfig 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
FileSystemHttpLogsConfig() |
Inicializa uma nova instância da classe FileSystemHttpLogsConfig. |
FileSystemHttpLogsConfig(Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>) |
Inicializa uma nova instância da classe FileSystemHttpLogsConfig. |
FileSystemHttpLogsConfig()
Inicializa uma nova instância da classe FileSystemHttpLogsConfig.
public FileSystemHttpLogsConfig ();
Public Sub New ()
Aplica-se a
FileSystemHttpLogsConfig(Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>)
Inicializa uma nova instância da classe FileSystemHttpLogsConfig.
public FileSystemHttpLogsConfig (int? retentionInMb = default, int? retentionInDays = default, bool? enabled = default);
new Microsoft.Azure.Management.WebSites.Models.FileSystemHttpLogsConfig : Nullable<int> * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.FileSystemHttpLogsConfig
Public Sub New (Optional retentionInMb As Nullable(Of Integer) = Nothing, Optional retentionInDays As Nullable(Of Integer) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)
Parâmetros
Tamanho máximo em megabytes que os arquivos de log http podem usar. Quando os arquivos de log antigos atingidos forem removidos para liberar espaço para novos. O valor pode variar entre 25 e 100.
Retenção em dias. Remova arquivos com mais de X dias. 0 ou inferior significa que não há retenção.
True se a configuração estiver habilitada, false se estiver desabilitada e nula se a configuração não estiver definida.
Aplica-se a
Azure SDK for .NET