ApplicationLogsConfig Class

Definition

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

Constructors

ApplicationLogsConfig()

Properties

AzureBlobStorageLevel
AzureBlobStorageRetentionInDay
AzureBlobStorageSasUrl
AzureTableStorageLevel
AzureTableStorageSasUrl
FileSystemLevel

Methods

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

Applies to