Interface WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the return type ofAttachable.InDefinition.attach()
- All Superinterfaces:
Attachable.InDefinition<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithDetailedErrorMessages<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithFailedRequestTracing<ParentT>
- All Known Subinterfaces:
WebAppDiagnosticLogs.Definition<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithAttachForApplicationStorage<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerStorage<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.DefinitionStages
public static interface WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, WebAppDiagnosticLogs.DefinitionStages.WithDetailedErrorMessages<ParentT>, WebAppDiagnosticLogs.DefinitionStages.WithFailedRequestTracing<ParentT>
The final stage of the web app diagnostic log definition.At this stage, any remaining optional settings can be specified, or the web app diagnostic log definition can be attached to the parent web app definition using
Attachable.InDefinition.attach().
-
-
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.WithDetailedErrorMessages
withDetailedErrorMessages
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.DefinitionStages.WithFailedRequestTracing
withFailedRequestTracing
-
-