Bagikan melalui


SiteLogsConfigProperties Class

Definition

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

Constructors

SiteLogsConfigProperties()

Properties

ApplicationLogsAzureBlobStorageRetentionInDay
ApplicationLogsAzureBlobStorageSasUrl
AzureBlobStorageEnabled
AzureBlobStorageLevel
AzureTableStorageLevel
AzureTableStorageSasUrl
DetailedErrorMessageEnabled
FailedRequestTracingEnabled
FileSystemEnabled
FileSystemLevel
FileSystemRetentionInDay
FileSystemRetentionInMb
HttpLogsAzureBlobStorageRetentionInDay
HttpLogsAzureBlobStorageSasUrl

Methods

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

Applies to