FileSystemHttpLogsConfig Class

Definition

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

Constructors

FileSystemHttpLogsConfig()

Properties

Enabled
RetentionInDay
RetentionInMb

Methods

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

Applies to