IWebAppDiagnosticLogs Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A web app diagnostic log configuration in a web app.
public interface IWebAppDiagnosticLogs : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.SiteLogsConfigInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type IWebAppDiagnosticLogs = interface
interface IBeta
interface IHasInner<SiteLogsConfigInner>
interface IIndexable
interface IHasParent<IWebAppBase>
Public Interface IWebAppDiagnosticLogs
Implements IBeta, IHasInner(Of SiteLogsConfigInner), IHasParent(Of IWebAppBase), IIndexable
- Implements
Properties
ApplicationLoggingFileSystemLogLevel |
Gets application log level on file system. |
ApplicationLoggingStorageBlobContainer |
Gets Azure Storage Blob container URL for storing application logs. |
ApplicationLoggingStorageBlobLogLevel |
Gets application log level on Azure Storage Blob. |
ApplicationLoggingStorageBlobRetentionDays |
Gets application log retention days on Azure Storage Blob. |
DetailedErrorMessages |
Gets if detailed error messages should be gathered. |
FailedRequestsTracing |
Gets if diagnostic information on failed requests should be gathered. |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
WebServerLoggingFileSystemQuotaInMB |
Gets web server quota in MB on file system. |
WebServerLoggingFileSystemRetentionDays |
Gets web server log retention days on file system. |
WebServerLoggingStorageBlobContainer |
Gets Azure Storage Blob container URL for storing web server logs. |
WebServerLoggingStorageBlobRetentionDays |
Gets web server log retention days on Azure Storage Blob. |
Applies to
Azure SDK for .NET