Interface WebAppBase.UpdateStages.WithManagedServiceIdentity<FluentT>

    • 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