Partager via


IHttpLogsConfig Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HttpLogsConfigTypeConverter))]
public interface IHttpLogsConfig : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HttpLogsConfigTypeConverter))>]
type IHttpLogsConfig = interface
    interface IJsonSerializable
Public Interface IHttpLogsConfig
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AzureBlobStorageEnabled
AzureBlobStorageRetentionInDay
AzureBlobStorageSasUrl
FileSystemEnabled
FileSystemRetentionInDay
FileSystemRetentionInMb

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to