Interface WebAppBase.UpdateStages.WithManagedServiceIdentity<FluentT>
-
- Type Parameters:
FluentT- the type of the resource
- All Known Subinterfaces:
DeploymentSlotBase.Update<FluentT>,FunctionApp.Update,WebApp.Update,WebApp.UpdateStages.WithStartUpCommand,WebAppBase.Update<FluentT>
- Enclosing interface:
- WebAppBase.UpdateStages
public static interface WebAppBase.UpdateStages.WithManagedServiceIdentity<FluentT>A web app definition stage allowing System Assigned Managed Service Identity to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppBase.Update<FluentT>withSystemAssignedManagedServiceIdentity()Specifies that System Assigned Managed Service Identity needs to be enabled in the web app.WebAppBase.Update<FluentT>withUserAssignedManagedServiceIdentity()Specifies that User Assigned Managed Service Identity needs to be enabled in the web app.
-
-
-
Method Detail
-
withSystemAssignedManagedServiceIdentity
WebAppBase.Update<FluentT> withSystemAssignedManagedServiceIdentity()
Specifies that System Assigned Managed Service Identity needs to be enabled in the web app.- Returns:
- the next stage of the web app definition
-
withUserAssignedManagedServiceIdentity
WebAppBase.Update<FluentT> withUserAssignedManagedServiceIdentity()
Specifies that User Assigned Managed Service Identity needs to be enabled in the web app.- Returns:
- the next stage of the web app definition
-
-