Interface WebAppDiagnosticLogs.Definition<ParentT>
-
- Type Parameters:
ParentT- the return type of the finalAttachable.attach()
- All Superinterfaces:
Attachable.InDefinition<ParentT>,WebAppDiagnosticLogs.DefinitionStages.Blank<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithAttachForApplicationStorage<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerStorage<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithDetailedErrorMessages<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithDiagnosticLogging<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithFailedRequestTracing<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithQuota<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithRetentionDays<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForApplication<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs
public static interface WebAppDiagnosticLogs.Definition<ParentT> extends WebAppDiagnosticLogs.DefinitionStages.Blank<ParentT>, WebAppDiagnosticLogs.DefinitionStages.WithDiagnosticLogging<ParentT>, WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel<ParentT>, WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForApplication<ParentT>, WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer<ParentT>, WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerStorage<ParentT>, WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem<ParentT>, WebAppDiagnosticLogs.DefinitionStages.WithAttachForApplicationStorage<ParentT>
The entirety of a web app diagnostic log definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel
withLogLevel
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.DefinitionStages.WithDetailedErrorMessages
withDetailedErrorMessages
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.DefinitionStages.WithDiagnosticLogging
withApplicationLogging, withWebServerLogging
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.DefinitionStages.WithFailedRequestTracing
withFailedRequestTracing
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.DefinitionStages.WithQuota
withWebServerFileSystemQuotaInMB
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.DefinitionStages.WithRetentionDays
withLogRetentionDays, withUnlimitedLogRetentionDays
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForApplication
withApplicationLogsStoredOnFileSystem, withApplicationLogsStoredOnStorageBlob
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer
withWebServerLogsStoredOnFileSystem, withWebServerLogsStoredOnStorageBlob
-
-