Share via


HttpLogsConfig Class

Definition

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

Constructors

HttpLogsConfig()

Properties

AzureBlobStorageEnabled
AzureBlobStorageRetentionInDay
AzureBlobStorageSasUrl
FileSystemEnabled
FileSystemRetentionInDay
FileSystemRetentionInMb

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to