IWithApplicationLogLevel<ParentT> Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
En uppdatering av webbappens diagnostiklogg som gör att programloggnivå kan anges.
public interface IWithApplicationLogLevel<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithoutStorageLocationForApplication<ParentT>
type IWithApplicationLogLevel<'ParentT> = interface
interface IWithoutStorageLocationForApplication<'ParentT>
Public Interface IWithApplicationLogLevel(Of ParentT)
Implements IWithoutStorageLocationForApplication(Of ParentT)
Typparametrar
- ParentT
Fasen för den överordnade uppdateringen som ska återgå till efter att den här uppdateringen har bifogats.
- Härledda
- Implementeringar
Metoder
WithLogLevel(LogLevel) |
Anger programloggnivån. |
WithoutApplicationLogsStoredOnFileSystem() |
Stoppar programloggar som ska lagras i filsystemet. (Ärvd från IWithoutStorageLocationForApplication<ParentT>) |
WithoutApplicationLogsStoredOnStorageBlob() |
Stoppar programloggar som ska lagras i en Lagringsblob. (Ärvd från IWithoutStorageLocationForApplication<ParentT>) |
Gäller för
Azure SDK for .NET