Interface WebAppDiagnosticLogs.UpdateDefinition<ParentT>
-
- Type Parameters:
ParentT- the return type of the finalSettable.parent()()}
- All Superinterfaces:
Settable<ParentT>,WebAppDiagnosticLogs.UpdateStages.Blank<ParentT>,WebAppDiagnosticLogs.UpdateStages.Update<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithAttachForApplicationStorage<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerFileSystem<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerStorage<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithDetailedErrorMessages<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithFailedRequestTracing<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithQuota<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithRetentionDays<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs
public static interface WebAppDiagnosticLogs.UpdateDefinition<ParentT> extends WebAppDiagnosticLogs.UpdateStages.Blank<ParentT>, WebAppDiagnosticLogs.UpdateStages.Update<ParentT>, WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging<ParentT>, WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel<ParentT>, WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication<ParentT>, WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer<ParentT>, WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerStorage<ParentT>, WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerFileSystem<ParentT>, WebAppDiagnosticLogs.UpdateStages.WithAttachForApplicationStorage<ParentT>
The entirety of a web app diagnostic log definition as part of a web app update.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Settable
parent
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel
withLogLevel
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.UpdateStages.WithDetailedErrorMessages
withDetailedErrorMessages
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging
withApplicationLogging, withoutApplicationLogging, withoutWebServerLogging, withWebServerLogging
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.UpdateStages.WithFailedRequestTracing
withFailedRequestTracing
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication
withoutApplicationLogsStoredOnFileSystem, withoutApplicationLogsStoredOnStorageBlob
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.UpdateStages.WithQuota
withWebServerFileSystemQuotaInMB
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.UpdateStages.WithRetentionDays
withLogRetentionDays, withUnlimitedLogRetentionDays
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication
withApplicationLogsStoredOnFileSystem, withApplicationLogsStoredOnStorageBlob
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer
withoutWebServerLogsStoredOnFileSystem, withoutWebServerLogsStoredOnStorageBlob, withWebServerLogsStoredOnFileSystem, withWebServerLogsStoredOnStorageBlob
-
-