WebAppBase.Definition<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
Implements
WithCreate<FluentT>
WithSystemAssignedIdentityBasedAccessOrCreate<FluentT>
WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>
WithWebContainer<FluentT>
public static interface WebAppBase.Definition<FluentT>
extends WithWebContainer<FluentT>, WithCreate<FluentT>, WithSystemAssignedIdentityBasedAccessOrCreate<FluentT>, WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>
The entirety of the web app base definition.